List Device Sync Status
Retrieve sync status details for devices. Currently supports fetching app sync statuses (installed vs. target version) only.
Authorizations
API key based authentication where is the Base64 encoding of API_KEY_ID:API_KEY_SECRET
- Username: The API Key ID.
- Password: The API Key Secret.
Query Parameters
Unique identifier of the organization. Defaults to all organizations the API key has access to.
Multi-org API key limitation: If your multi-org api key gives you access to more than 30 organizatinos, you must include a specific organizationId in this request.
Comma-separated list of content categories to include in the response. Currently only apps is supported. Required.
apps Opaque pagination cursor returned in nextCursor by a prior response. Treat as opaque. Pass the nextCursor from the previous response back as cursor to fetch the next page. End of stream is indicated by nextCursor: null — do not infer end of stream from a short page.
Maximum number of devices to return per page. Default and maximum are both 400.
1 <= x <= 400