Difference between revisions of "TrustedDevice"
Jump to navigation
Jump to search
(Created page with "{{Api_DataType_Spec |Description= |Members= {{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10" {{!}}- style="background:#88ccff;font-size:110%" ! Fie...") |
(No difference)
|
Revision as of 21:29, 15 September 2014
Members
Field | Data Type | Description |
---|---|---|
CreationDate | int | |
DeviceExternalId | String | |
DeviceId | String | |
DeviceTypeId | String | |
Enabled | int | |
FriendlyName | String | |
ID | int | |
Master | bool |
Example
{
- "ID": 23756,
- "DeviceId": "353317050544643",
- "FriendlyName": "SAMSUNG GT-I9300",
- "DeviceTypeId": 501,
- "CreationDate": 1366920941,
- "Enabled": 1,
- "DeviceExternalId": "",
- "Master": false
}
Known issues
None
Version history
API Version Number | Change description | Changes author |
---|---|---|
1.0 | Initial data type implementation | Harley Cabral |