| name | data type | description |
|---|---|---|
| id | string | |
| description | string | |
| push_token | string | |
| last_login | number | |
| last_wipe | number | |
Properties inherited from BaseRestObject |
||
| href | string | The path to this resource object. This is relative to the root of the REST API (https://serveraddress/rest). |
| links | array of Link | Links to related resources. These should be used to navigate the REST API (instead of hard-coding the URLs) |
Example
{
"id" : "...",
"description" : "...",
"push_token" : "...",
"last_login" : 12345,
"last_wipe" : 12345,
"href" : "...",
"links" : [ {
"href" : "...",
"rel" : "..."
}, {
"href" : "...",
"rel" : "..."
} ]
}