HomeGuidesRecipesAPI ReferenceChangelog
Log In
API Reference

Return paginated Computer Inventory records

Return paginated Computer Inventory records

Query Params
section
array of strings
Defaults to GENERAL

section of computer details, if not specified, General section data is returned. Multiple section parameters are supported, e.g. section=GENERAL&section=HARDWARE

section
integer
Defaults to 0
integer
Defaults to 100
sort
array of strings
Defaults to general.name:asc

Sorting criteria in the format: property:asc/desc. Default sort
is general.name:asc. Multiple sort criteria are supported and must be separated with
a comma.

Fields allowed in the sort: general.name, udid, id, general.assetTag,
general.jamfBinaryVersion, general.lastContactTime, general.lastEnrolledDate, general.lastCloudBackupDate,
general.reportDate, general.remoteManagement.managementUsername,
general.mdmCertificateExpiration, general.platform,
hardware.make, hardware.model,
operatingSystem.build, operatingSystem.supplementalBuildVersion, operatingSystem.rapidSecurityResponse, operatingSystem.name, operatingSystem.version,
userAndLocation.realname,
purchasing.lifeExpectancy, purchasing.warrantyDate

Example: sort=udid:desc,general.name:asc.

sort
string

Query in the RSQL format, allowing to filter computer inventory collection.
Default filter is empty query - returning all results for the requested page.

Fields allowed in the query: general.name, udid, id, general.assetTag, general.barcode1, general.barcode2,
general.enrolledViaAutomatedDeviceEnrollment, general.lastIpAddress, general.itunesStoreAccountActive,
general.jamfBinaryVersion, general.lastContactTime, general.lastEnrolledDate, general.lastCloudBackupDate,
general.reportDate, general.lastReportedIp, general.remoteManagement.managed, general.remoteManagement.managementUsername,
general.mdmCapable.capable, general.mdmCertificateExpiration, general.platform, general.supervised, general.userApprovedMdm, general.declarativeDeviceManagementEnabled,
hardware.bleCapable, hardware.macAddress, hardware.make, hardware.model, hardware.modelIdentifier, hardware.serialNumber,
hardware.supportsIosAppInstalls,hardware.appleSilicon, operatingSystem.activeDirectoryStatus, operatingSystem.fileVault2Status,
operatingSystem.build, operatingSystem.supplementalBuildVersion, operatingSystem.rapidSecurityResponse, operatingSystem.name, operatingSystem.version, security.activationLockEnabled,
security.recoveryLockEnabled,security.firewallEnabled,userAndLocation.buildingId, userAndLocation.departmentId, userAndLocation.email, userAndLocation.realname,
userAndLocation.phone, userAndLocation.position,userAndLocation.room, userAndLocation.username,
purchasing.appleCareId, purchasing.lifeExpectancy, purchasing.purchased, purchasing.leased, purchasing.vendor, purchasing.warrantyDate,

This param can be combined with paging and sorting.
Example: filter=general.name=="Orchard"

Response

Language
Credentials
Choose an example:
application/json