Search devices by device group identifier
This API returns device membership details for device group identifier specified in the search request.
HTTP Method
GET
Request URI
/msa/v1/cps/device?ruleId=<id>&offset=<Offset>&limit=<Limit>
Request parameters
|
Parameter |
Description |
Sample Value |
|
id |
Required Parameter Type: Query Data Type: String ID of the device group whose device members to find. |
38089 |
|
offset |
Parameter Type: Query Data Type: Number Default: 0 |
5 |
|
limit |
Parameter Type: Query Data Type: String Default: 50 |
50 |
Response fields
A list of devices.
See List of identifiers and User.
Example response
{
"searchResults": [
{
"compliant": true,
"quarantined": false,
"blocked": false,
"compromised": false,
"status": "ACTIVE",
"lastCheckInTime": 1516619820303,
"registrationTime": 1516619792690,
"identifier": "f4aadce56d25edffggh4958484brr1c35f6b6d5",
"imei": "6733284512443420",
"macAddress": "fa:c6:7b:0f:eb:ff",
"manufacturer": "Apple Inc.",
"model": "iPhone6,1",
"os": "IOS",
"osVersion": "10.1",
"phoneNumber": "7171046951",
"serialNumber": "d028d4db2162",
"userId": "[email protected]",
"userUuid": "047rdee6-31c1-4e55a-898d-97de620d5f22",
"iosUdid": "f4aadce56d25edffggh4958484brr1c35f6b6d5",
"ownership": "UNKNOWN",
"customAttributes": {
"nacCompliant": "false"
}
}
],
"results": 1,
"offset": 0,
"limit": 50
}