Overview | Service | Command |
Get all devices
Authorization token required | true |
Admin Authorization token required | false |
<GetAllDevicesRequest /> ## GetAllDevicesRequest
<GetAllDevicesResponse> ## GetAllDevicesResponse
(<device [id="{device-id}"] [name="{device-name}"] [status="{status-enabled|disabled|locked|wiped}"]
[created="{created-timestamp} (Long)"] [accessed="{accessed-timestamp} (Long)"] /> ## DeviceInfo)*
</GetAllDevicesResponse>
The following table describes elements and attributes you can define within a
<GetAllDevicesResponse>
element:
XPath | Required / Optional | Description |
/device | Optional (0 or more) | Information for devices |
/device@id | Optional (0 or 1) | Type:String Device ID |
/device@name | Optional (0 or 1) | Type:String Device name |
/device@status | Optional (0 or 1) | Type:String Status - enabled|disabled|locked|wiped |
/device@created | Optional (0 or 1) | Type:Long Created timestamp |
/device@accessed | Optional (0 or 1) | Type:Long Accessed timestamp |