Retrieve app sync status details for devices. For a device’s overall up-to-date status, use the top-level outOfDate boolean on GET /v1/devices/{id}. This endpoint provides per-app detail.
Documentation Index
Fetch the complete documentation index at: https://docs.managexr.com/llms.txt
Use this file to discover all available pages before exploring further.
API key based authentication where is the Base64 encoding of API_KEY_ID:API_KEY_SECRET
Unique identifier (serial number) of the device.
Unique identifier of the organization. This parameter is only necessary when using multi-organization API keys.
Defaults to the organizationId associated with the API key.
Comma-separated list of content categories to include in the response. Currently only apps is supported. Required.
apps The device's sync status
Per-content-category sync status for a single device. Optional content fields (e.g. appSyncStatuses) are populated based on the include query parameter — fields for unrequested categories are omitted.
For a device's overall up-to-date status, use the top-level outOfDate boolean on V1Device (returned by GET /v1/devices and GET /v1/devices/{id}).