List Devices ​
Endpoint ​
GET /unified/mdm/devicesIntegrations supported
- Kandji
Query parameters ​
Refer Specifying query parameters in Truto APIs
The ID of the integrated account to use for the request.
62f44730-dd91-461e-bd6a-aedd9e0ad79dThe format of the response.
unifiedreturns the response with unified mappings applied.rawreturns the unprocessed, raw response from the remote API.normalizedapplies the unified mappings and returns the data in a normalized format.streamreturns the response as a stream, which is ideal for transmitting large datasets, files, or binary data. Using streaming mode helps to efficiently handle large payloads or real-time data flows without requiring the entire data to be buffered in memory.
Defaults to unified.
unifiedrawnormalizedstream
unifiedBy default the result attribute is an array of objects. This parameter allows you to specify a field in each result objects to use as key, which transforms the result array into an object with the array items keyed by the field. This is useful for when you want to use the result as a lookup table.
idIgnores the limit query parameter.
Excludes the remote_data attribute from the response.
Array of fields to exclude from the response.
truto_exclude_fields[]=id&truto_exclude_fields[]=nameQuery parameters to pass to the underlying API without any transformations. Refer this guide to see how to structure the query parameters.
remote_query[foo]=barResponse Body ​
List of Devices
The unique identifier for the device
The display name of the device
The host/system name of the device
The DNS name of the device
The NetBIOS name of the device (Windows)
The type/category of the device
workstationservermobiletabletlaptopdesktopvirtual_machineother
Whether the device is corporate-owned (as opposed to personally-owned/BYOD)
The platform family of the device
windowsmacoslinuxiosipadosandroidchromeosunknown
The hardware model of the device
The hardware manufacturer of the device
The serial number of the device
The asset tag / inventory tag of the device
The operating system name
The operating system version
The operating system build identifier
Additional operating system version information
Whether the disk encryption is enabled on the device
Whether the host firewall is enabled on the device
Whether MDM management is enabled on the device
Whether a management agent is installed
The management agent version
Enrollment state of the device in the provider
enrolledpendingremovedmissingunknown
Approval state if the provider requires approval
approvedpendingrejectedunknown
Whether the device is currently offline
The date and time the device was first enrolled
The date and time the device was most recently enrolled
The date and time the device was last scanned for vulnerabilities or security posture signals, when supported by the underlying product
The date and time of the last recorded activity for the device
The organization/account the device belongs to
The unique identifier for an organization
The name of the organization
The assigned owner of the device
The unique identifier for a user
The name of the user
The emails of the user
The email address
The type of email address
Whether the email address is primary
The applied policy / blueprint
The unique identifier for a policy
The name of the policy
Whether an endpoint detection and response (EDR) agent is installed or detected on the device
The health/status of the EDR agent on the device, when available from the underlying product
healthyunhealthydegradedunknown
The number of critical severity vulnerabilities detected on the device
The number of high severity vulnerabilities detected on the device
The patch compliance status of the device, based on signals available in the underlying product
up_to_dateupdates_availableunknown
The maintenance status
nonependingactivecompletedunknown
The date and time maintenance starts
The date and time maintenance ends
The maintenance reason message
The date and time warranty starts
The date and time warranty ends
The manufacturer fulfillment date
The date and time the last backup succeeded
The date and time the last backup failed
Total backup usage in bytes
The public IP address of the device
The private IP addresses of the device
The MAC addresses of the device
The device's tags
The tag's unique identifier
The tag's name
Notes attached to the device
The note's unique identifier
The note's title
The note's owner
The note's owner's unique identifier
The note's content
Provider or customer specific fields mapped into a flexible key-value object
The date and time the device record was created
The date and time the device record was last updated
Raw data returned from the remote API call.
The cursor to use for the next page of results. Pass this value as next_cursor in the query parameter in the next request to get the next page of results.