GET Exports/{TaskStatusKey}
Retrieves the current status of an export and if applicable, a URL to download the Excel document
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
TaskStatusKey |
The key of the Export task |
integer |
Required |
Body Parameters
None.
Response Information
Retrieves the current status of an export and if applicable, a URL to download the Excel document
Name | Description | Type | Additional information |
---|---|---|---|
errors |
If null the request was processed without error. If not null errors occurred while processing the request. The array contains the error messages. |
Collection of string |
None. |
currentAction | string |
None. |
|
currentPhase | integer |
None. |
|
elapsedTime | time interval |
None. |
|
endDate | date |
None. |
|
isComplete | boolean |
None. |
|
taskStatusKey | integer |
None. |
|
maxPhase | integer |
None. |
|
percentComplete | decimal number |
None. |
|
startDate | date |
None. |
|
title | string |
None. |
|
fileUrl | string |
None. |