Download as Excel
Get a copy of the original Excel file with inputs embedded from the API Call History for an Execute API call_id.
Returns: Link to download the Excel file.
POST /{tenant}/api/v3/folders/{folder}/services/{service}/download/xml/{callId}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.DownloadAPILog.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 processed together.
Request body
Content-Type: application/json
The request body should be empty or {}.
This is a POST API because there are additional parameters that we plan to include in the future.
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 Contentj-Type: application/json
Last updated
