Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Pagination is required to query big amounts of data.

Query ParameterDefaultMaximum valueDescription
limit10010.000Maximum number of records to receive
offset0
Offset for the first record to receive


To fetch all data from an endpoint:

...

If no operator is given the default eq operator will be used for fields and contains for arrays.

Usage recommendations

  • Set the gzip encoding header to reduce network traffic:
    • Accept-Encoding:gzip
  • Use pagination with page sizes smaller than 10.000 entries

Example requests

Get data from a single devices by address or tag

...