Management API
...
Device
Device Variables

List Device Variables

4min
show all device variables the requesting manager has access permissions to url /api/v1/device variables/ method get query parameters pagination 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 various attributes on product custom field or related to the product custom field possible filters device success response code 200 ok content examples { "count" 3, "next" null, "previous" null, "results" \[ { "id" 2018, "created at" "2021 02 01t07 24 08z", "variable" "v7", "value" "ggg", "device" 1112 }, ] }