Checking the status of sending with clientTransferId
Returns the status of sending by using the ID that been set during the request in the group.
It allows you to check the status of sending using the specified ID set by a user, if you can not get the transferId
.
Request format
GET https://push.api.appmetrica.yandex.net/push/v1/status/{groupId}/{clientTransferId}
|
Group ID. |
|
Sending ID, specified by the user. |
Response format
{
"transfer": {
"id": 1,
"group_id": 1,
"status": "failed",
"errors": [
"Identifier type google_aid requires defined message for platform android"
],
"tag": "string",
"creation_date": "2017-08-28T17:30:15+03:00",
"client_transfer_id": 12345
}
}
|
Information about the dispatch. |
|
ID of the dispatch. |
|
Group ID. |
|
Dispatch status. Possible values:
|
|
Description of the validation error. The field is available with the |
|
The sending tag. |
|
The date the dispatch request was created. |
|
Sending ID specified by the user in the body of the POST /push/v1/send-batch request. |
If you didn't find the answer you were looking for, you can use the feedback form to submit your question. Please describe the problem in as much detail as possible. Attach a screenshot if possible.
A tag is an arbitrary string that labels every sending performed by the API. You can label an arbitrary number of sendings by one tag. The report displays tag at the second level.