Download service
GET /api/v1/product/{folder}/engines/{service}/download/{versionId}Authorization
Path parameters
Key
Value
Query parameters
Key
Value
Response
Last updated
Download the Excel file from a Spark service.
Returns: Excel file.
GET /api/v1/product/{folder}/engines/{service}/download/{versionId}Bearer {token} accessible from Authorization - Bearer token or systematically via Client Credentials.
The request headers should include a key for Authorization with the value Bearer {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.DownloadServiceByVersionId.json or Spark.AllEncompassingProxy.json.
The request headers should include the keys x-synthetic-key and x-tenant-name with the values of the API key and tenant name respectively.
folder *
Folder associated with the request.
service *
Service associated with the request.
versionId *
version_id of the Spark service version.
filename
Name of the downloaded file. If not provided, Spark will use an appropriate name.
type
ca returns the Coherent Assistant enhanced version of the workbook. If not provided, the original workbook will be downloaded. See Download service version for an explanation of the differences.
HTTP 200 OK Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Returns the Excel file.
Last updated
