Download as Excel (legacy)

circle-exclamation

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

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 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