List Device Variables

Show all device variables the requesting manager has access permissions to.

URL: /api/v1/device-variables/ Method: GET

Query Parameters

Pagination

circle-info

Default pagination is 20 results per page.

  • limit — Number of results to return per page. Example: limit=20

  • offset — The initial index from which to return the results. Example: offset=21

Filtering

The results can be filtered by attributes related to the device variable.

Possible filters:

  • device

Success Response

Code: 200 OK

Content Example:

Was this helpful?