Read Mobile Device

Read a mobile device in Jamf Pro Classic API.

Options

Field Definition Type Required
Read By Choose one of the following options as the mobile device identifier for the input field:
  • ID: Unique ID of the mobile device.
  • UDID: Unique mobile device ID.
  • Serial Number: Serial number of the mobile device.
Dropdown TRUE

Input

These Mobile Device fields are dynamically generated based on the field selected in Options.

Field Definition Type Required
Mobile Device
ID Unique ID of the mobile device. Number TRUE
UDID Unique mobile device ID. String TRUE
Serial Number Serial number of the mobile device. String TRUE

Output

Field Definition Type
Mobile Device
ID Unique ID of the mobile device. Number
Name Name of the mobile device. String
Display Name Display name of the mobile device. String
Device Name Name of the mobile device. String
Asset Tag Asset tag information of the mobile device. String
UDID Unique mobile device ID. String
Serial Number Serial number of the mobile device. String
Phone Number Phone number of the mobile device. String
IP Address IP address of the mobile device. String
Model Model of the mobile device. String
Model Identifier Distinguish between mobile device types. String
OS Type Operating system type of the mobile device String
OS Version Operating system version of the mobile device. String
OS Build Operating system build of the mobile device. String
Last Inventory Update Date Date and time when an inventory update was last performed on the mobile device. Date & Time
Last Enrollment Data Date and time when the mobile device was enrolled. Date & Time
Initial Entry Date Date and time of the mobile device initial entry. Date & Time
Last Backup Time Date and time when the mobile device was last backed up. Date & Time
Managed Specifies whether the mobile device is part of a managed account. Boolean
Supervised Specifies whether additional control was enabled for the configuration and restrictions of a computer or device. Boolean
Shared Specifies whether Shared iPad has been enabled on the mobile device. Boolean
Site Components that can be viewed and managed by the user group. Administrators can create sites to determine which objects Jamf Pro users can view and manage.

For example, computers, mobile devices, or apps.

Object
Mobile Device Groups List of all mobile device groups. List of Objects
Extension Attributes Extra inventory information about a device. Below is one object example in the response list.
Copy
{
"extension_attribute":
{
"name": "FirstExtension",
"value": "TestAttribute"
}
}

Or

{
"extension_attribute":
{
"id": 1,
"value": "TestAttribute"
}
}
List of Objects
Raw Output Raw output returned by the Jamf API. Object
Location
Username Username of the mobile device. String
Real Name Real name of the mobile device. String
Email Email for the mobile device. String
Position Position of the mobile device. String
Phone Phone number of the mobile device. String
Department Department of the mobile device. String
Building Building of the mobile mobile device.

For example, Lab_Computer is part of the NYC building.

String
Room Room of the mobile device. String

Related topics

Jamf Pro Classic API connector

Workflow elements

Jamf Pro Classic API API overview