Initiate export request
Initiate an export request based on specified filter criteria.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
The sales channel ID.
A unique identifier obtained from Copilot for the System app in the fabric ecosystem, essential for OpenID Connect authentication flows.
A unique request ID.
Body
The sample request to initiate data export.
The type of data to export.
REDEMPTION
, CALCULATED_PRICE
Filters to apply when exporting the data.
Response
The sample response of the create export request.
A unique ID for the export request.
The start time of the export process.
The end time of the export process.
The total number of exported data in the CSV file. Each row in the CSV file represents one record of exported data.
The status of the export process.
IN_PROGRESS
, COMPLETED
, ERROR
Errors during export process
The type of data to export.
Was this page helpful?