Authorizations
This is the authorization token used to authenticate the request. You must pass the access token generated from the system app. For more information, see the Making your first API request section.
Headers
A header retrieved from your Copilot Account Details that's used by the API to identify the tenant making the request. Tenant ID must be included in the authentication header for API requests to access any of fabric’s endpoints.
Unique request ID
Body
A sample request to export data.
The product type IDs that must be exported.
1
The product type IDs that must be exported.
[
"5f328bf0b5f328bf0b5f328b",
"22328bf0b5f328bf0b5f3287"
]
The language code, which is a combination of language (ISO 639 format) and country (ISO 3166 format).
The default value is en-US
.
"en-US"
The supported job types.
CATALOG_CONN_ITEM_VARIANT_EXPORT
, CATALOG_CONN_BUNDLE_EXPORT
"CATALOG_CONN_ITEM_VARIANT_EXPORT"
Specify the file format used to upload to Catalog Connector.
csv
, jsonl
"jsonl"
Response
OK
The job ID.
A 24-character system-generated job ID.
"877f1f77bcf86cd799439087"