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

Path parameters

Key
Value

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

Key
Value

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