Result of an Export Request
Learn about the response of an export request.
When you perform an export request, the Export Service returns the status of the export request in a response if the request is performed successfully. All export types return statuses of export requests in the same format, as shown below.
Field | Description | Value Type |
---|---|---|
exportType |
This field denotes the type of the scheduled export. The possible
values are as follows:
|
String |
version |
This field denotes the version of the scheduled export. The possible
values are as follows:
|
String |
status |
This field denotes the status of the export request. The possible
value is scheduled . |
String |
details |
This field denotes the status of the export request. | String |
taskIds |
This field is a JSON Array containing the IDs of the scheduled tasks. | JSON Array of Strings |
groupId |
This field denotes the Group ID of scheduled tasks for this export. | String |