Fetch and explore system object data

Fetch system object data for assets, devices, events, etc. Supports filtering, field selection, and pagination.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum
required

Type of data to retrieve

string

Asset scope (serialized object or ID)

string

Comma-separated list of object IDs

string

Comma-separated list of signal/field names

string

Comma-separated list of options (e.g., insidegeofence, locationupdate, relateddevices, outofdaterange)

string

Serialized rule/condition for advanced filtering

date-time

Start date/time (ISO 8601)

date-time

End date/time (ISO 8601)

integer
≥ 1
Defaults to 50

Number of items per page

Headers
string

Global data filter (JSON-serialised) scoping results to matching assets. Optional keys, each an array of strings: locationHierarchyL1..L3, productHierarchyL1..L3, operationalHierarchyL1..L3, groupIds; plus boolean 'enabled'. Omit for no additional filtering (security-group scoping always applies). Example: {"locationHierarchyL1":["NSW"],"enabled":true}

boolean

When true, disabled assets are included in the tenant scope applied to this request. Defaults to false.

string

Opaque token from a previous response's ContinuationToken header, to fetch the next page.

Responses

400

Invalid Request

401

Unauthorized. The response body's error code identifies which credential failed: invalid_subscription_key, invalid_token, expired_token, or invalid_tenant.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json