Get a specific device's inbox
Get a specific device's inbox
Path parameters
The unique identifier for your device.
Query parameters
A date that we will use to retrieve items. When provided we will only retrieve items since that date.
The maximum number of results to retrieve.
The number of results to skip.
Response
OK
Example response
{
"inboxItems": [
{
"_id": "1d9e80ef851d212aca82cf23",
"notification": "1d9e80ef851d212aca82cf23",
"message": "Ready for beers?",
"title": "message",
"subtitle": "message",
"subject": "message",
"attachment": {
"mimeType": "image/jpeg",
"name": "Test Attachment",
"uri": "https://domain.com/image"
},
"extra": {
"key1": "value1",
"key2": "value2"
}
}
],
"count": 10,
"unread": 1
}Changes
Changed in 3 of the 26 revisions of this API.6
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
- ○
the endpoint scheme security
ApplicationSecretwas added to the APIapi-security-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○