Get list of child tasks
Get a list of child tasks for a given parent task id.
HTTP Request
GET https://courier.yandex.ru/vrs/api/v1/children\
?apikey={string}\
&parent_task_id={string}
Query Parameters
* Required parameter
Responses
Code 200
Operation succeeded.
[ { "added_at": number, "task_id": string } ]
Copied to clipboard
Representation
Fields
added_at | number Creation timestamp. |
task_id | string Task id. |
added_at | number Creation timestamp. |
task_id | string Task id. |
* Required parameter
Code 400
Apikey does not match the one specified in the task.
{ "error": { "incident_id": string, "message": string } }
Copied to clipboard
Representation
Fields
error * | object Error description. |
error. | string Unique identifier of error incident. In case of API error, this identifier can be provided to support for investigation. |
error. | string Human-readable error description. |
* Required parameter
Code 401
Missing apikey.
{ "error": { "incident_id": string, "message": string } }
Copied to clipboard
Representation
Fields
error * | object Error description. |
error. | string Unique identifier of error incident. In case of API error, this identifier can be provided to support for investigation. |
error. | string Human-readable error description. |
* Required parameter
Code 422
Parent task with a given id not found.
{ "error": { "incident_id": string, "message": string } }
Copied to clipboard
Representation
Fields
error * | object Error description. |
error. | string Unique identifier of error incident. In case of API error, this identifier can be provided to support for investigation. |
error. | string Human-readable error description. |
* Required parameter