Timeline of specific type for device
Gets timeline data of a specific type for a device
You may also be interested in the "Chasm" endpoints for live modern messaging observability.
Various types will take differing times to respond, some will fail depending on the device data and patterns of data available.
Some types require elevated permissions to access, in which case you would receive an error.
Authorizations
API Key for authentication. Retrieval from either API version login routes, or other authentication token type. See Authentication for more details.
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."Parameters
Path Parameters
Identifier of the device. Can be ID, IMEI, or Serial number. Use format 'id:1234', 'imei:139872149701', or 'serial:43000001'
Timeline type (bootloader, activation, plans, devicemessage, datapoint, backendnote, pairing, sim)
Query Parameters
Only return events after this time (RFC3339). Defaults to 14 days ago.
Only return events before this time (RFC3339). Defaults to now.
Request Body
Responses
OK