Devices
devices
Methods
Retrieve a list of devices.
Filtering by custom properties
Use the query parameter to filter devices on custom properties.
Syntax:
properties.key:value: matches devices with a property that contains a key namedkeywith a value ofvalue; use double quotes if the value contains spaces or special charactersproperties.key:value1,value2: matches devices with a property that contains a key namedkeyand its value is eithervalue1orvalue2properties.key:*: matches devices with a property that contains a key namedkeyand any valuefoo: matches devices with properties where any key or stringified value containsfooMultiple qualifiers can be used in the same query string; this will filter devices matching the intersection of the qualifiers (AND).
Maximum number of items to return
Number of items to skip before returning the results
Space-separated query string for device custom properties. Each custom property key must be valid and prefixed with "properties.". See above for syntax and examples.
Field to sort items by ("id", "name", or a custom property key prefixed with properties.)
Sort order for the sortBy field
Opaque identifier
Organization-chosen device name
A key-value map, where each key is one of your pre-defined device custom properties. Keys which are not recognized as custom properties will be ignored.
The retention period for recordings created on this device. If set to zero, recordings are retained indefinitely. This is only relevant for devices that have an agent installed.
Create a device
Get details on a specific device.
Delete a device. Once a device is deleted, it will no longer show up in your list of devices.
Before deleting a device, you must delete all associated data.
Update a device
Domain types
Tokens
devices.tokens
Methods
List device tokens
You must have an Enterprise or Team account to create and use device tokens
Get a device token
Edit a device token
Delete a device token
Domain types
A DeviceToken authenticates device agents to the API.