GET /reference_data_collections/set_bulk_update_tasks/{task_status_id}
Get the Bulk Update status
MIME Type |
---|
application/json |
Parameter | Type | Optionality | Data Type | MIME Type | Description |
---|---|---|---|---|---|
task_status_id |
path |
Required |
Number (Integer) |
text/plain |
- The ID for the Bulk Update task |
fields |
query |
Optional |
String |
text/plain |
Optional - Use this parameter to specify which fields you would like to get back in the response. Fields that are not named are excluded. Specify subfields in brackets and multiple fields in the same object are separated by commas. |
HTTP Response Code | Unique Code | Description |
---|---|---|
200 |
The status for this bulk update request is was retrieved |
|
404 |
23001 |
The task_status_id does not exist |
500 |
110000 |
Some unspecified error occurred |
Response Description
200 and the status for this bulk update request
Response Sample
{
"completed": 42,
"created": 42,
"created_by": "String",
"error_code": 42,
"error_message": "String",
"id": 42,
"modified": 42,
"name": "String",
"started": 42,
"status": "String <one of: CANCELLED, CANCELING, CANCEL_REQUESTED, COMPLETED, CONFLICT, EXCEPTION, INITIALIZING, INTERRUPTED, PAUSED, PROCESSING, QUEUED, RESUMING>"
}