Search Enrolled Devices
Retrieves enrolled device details for the query information provided in the request seensince, seentill, enrolledsince and enrolledtill fields accept the following Valid DateTime formats : yyyy/MM/dd, yyyy-MM-dd, MM/dd/yyyy, MM-dd-yyyy, yyyy/MM/dd HH:mm:ss.fff, yyyy-MM-dd HH:mm:ss.fff, MM/dd/yyyy HH:mm:ss.fff, MM-dd-yyyy HH:mm:ss.fff, yyyy/MM/ddTHH:mm:ss.fff, yyyy-MM-ddTHH:mm:ss.fff, MM/dd/yyyyTHH:mm:ss.fff, MM-dd-yyyyTHH:mm:ss.fff, yyyy-MM-dd HH-mm-ss-tt, yyyy-MM-ddTHH-mm-ss-tt.
Parameters
Parameter | Description |
---|---|
Custom Attributes | List of custom attribute names [separated by comma (,)] for which values should be returned. |
Enrolled Since | EnrolledSince DateTime, devices enrolled after the enrolled since datetime will be returned if present. |
Enrolled Till | EnrolledTill DateTime, devices enrolled till the enrolled till datetime will be returned if present. |
Organization Group ID | Organization Group Identifier in which device details will be retrieved. |
Platform | Platform filter for the device details to be retrieved. |
Seen Since | SeenSince DateTime, devices registered after the seen since datetime will be returned if present. |
Seen Till | SeenTill DateTime, devices registered till the seen till datetime will be returned if present. |
Serial Number | Device serial number for which values should be returned. |
Example Output
{
"EnrolledDeviceInfoList": [
{
"AssetNumber": "ea856771ba6277bfca16528a79c5ce1f",
"CustomAttributes": [
{
"Application": "com.airwatch.androidagent.identity.xml",
"Name": "identity.deviceModel",
"Source": "Device",
"Value": "TC25"
}
],
"DeviceID": 1,
"EnrolledDate": "04/24/2017",
"FriendlyName": "TestUser's iPhone",
"LastSeen": "04/24/2017",
"OrganizationGroup": "TestOg",
"Platform": "Apple",
"RegistrationDate": "04/24/2017",
"SerialNumber": "RZ1G124JZ6W",
"UserName": "TestUser"
}
]
}
Workflow Library Example
Search Enrolled Devices with Workspace One Uem and Send Results Via Email
Preview this Workflow on desktop