GET /reference_data_collections/set_bulk_update_tasks/{task_status_id}/results
Get the results of the Bulk Update task
MIME Type |
---|
application/json |
Parameter | Type | Optionality | Data Type | MIME Type | Description |
---|---|---|---|---|---|
task_status_id |
path |
Required |
Number (Integer) |
text/plain |
The ID for Get Dependents 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 multi-status response structure for the bulk update was retrieved |
|
404 |
23001 |
The task_status_id does not exist |
404 |
23003 |
The results are not available |
500 |
110000 |
Some unspecified error occurred |
Response Description
200 and a multi-status response structure for the bulk update
Response Sample
{
"id": 42,
"responses": [
{
"http_status": 42,
"message": "String",
"unique_code": 42
}
],
"status": "String <one of: COMPLETE_UPDATE_PERFORMED, PARTIAL_UPDATE_PERFORMED, UPDATE_ABORTED>",
"successful_responses": 42,
"total_responses": 42
}