POST api/Push/push_history
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| req | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"offset": 1,
"client_token": "sample string 2",
"token": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"not_read_count": "sample string 1",
"rcrm": {
"RC": 1,
"RM": "sample string 2"
},
"results": [
{
"id": 1,
"title": "sample string 2",
"body": "sample string 3",
"uri": "sample string 4",
"push_datetime": "sample string 5",
"isRead": true
},
{
"id": 1,
"title": "sample string 2",
"body": "sample string 3",
"uri": "sample string 4",
"push_datetime": "sample string 5",
"isRead": true
},
{
"id": 1,
"title": "sample string 2",
"body": "sample string 3",
"uri": "sample string 4",
"push_datetime": "sample string 5",
"isRead": true
}
],
"next": 1
}