Download as Excel (legacy)
This documentation is for the legacy implementation of Download as Excel file. The differences are described in Download the Excel file with inputs.
Get a copy of the original Excel file with inputs embedded from the API Call History for a particular Execute API call_id using the legacy implementation.
Returns: Link to download the Excel file.
GET /{tenant}/api/v3/folders/{folder}/services/{service}/download/{callId}/{index}Authorization
Bearer {token}accessible from Authorization - Bearer token or systematically via Client Credentials.The request headers should include a key for
Authorizationwith the valueBearer {token}.
API key created from Authorization - API keys. The API key groups must contain User groups that are also assigned to Permissions - Features permissions
Spark.DownloadServiceByCallId.jsonorSpark.AllEncompassingProxy.json.The request headers should include the keys
x-synthetic-keyandx-tenant-namewith the values of the API key and tenant name respectively.
Path parameters
tenant *
Tenant is part of your Log in to Spark URL and also available in the User menu.
folder *
Folder associated with the API call.
service *
Service associated with the API call.
callId *
Execute API call_id.
Query parameters
index
Index number for the record to get. With Execute API (v4), multiple request records can be submitted at once.
Sample request with API key
See How to: Setup a feature permission for guidance in assigning the enable the Authorization - API keys to access Permissions - Features permissionsSpark.DownloadServiceByCallId.json.
Sample response
HTTP 200 OK Content-Type: application/json
Last updated
