TrustedDevice
Jump to navigation
Jump to search
Members
| Field | Data Type | Description |
|---|---|---|
| CreationDate | int | |
| DeviceExternalId | String | |
| DeviceId | String | |
| DeviceTypeId | String | |
| Enabled | int | |
| FriendlyName | String | |
| ID | int | |
| Master | bool | |
| TokenEnabled | bool | |
| NotificationToken | String |
Example
{
- "ID": 23756,
- "DeviceId": "353317050544643",
- "FriendlyName": "SAMSUNG GT-I9300",
- "DeviceTypeId": 501,
- "CreationDate": 1366920941,
- "Enabled": 1,
- "DeviceExternalId": "",
- "Master": false,
- "TokenEnabled": false,
- "NotificationToken": ""
}
Known issues
None
Version history
| API Version Number | Change description | Changes author |
|---|---|---|
| 1.0 | Initial data type implementation | Harley Cabral |
| 3.0 | New properties on TrustedDevice object:
|
Ricardo Calvo |