Management API
Device

List Devices

5min
show all devices the requesting manager has access permissions to url /api/v1/devices/ method get query parameters ordering order by which attribute to order the list by default ordering is ascending, can be made descending by prefixing the attribute name with example order by=created at example order by= created at 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 device or related to the device possible filters license blacklisted hostname hardware id os success response code 200 ok content examples { "count" 10, "next" null, "previous" null, "results" \[ { "id" 1590981949868340, "device variables" \[], "created at" "2020 06 02t10 32 54z", "updated at" "2020 06 02t12 35 17z", "hardware id" "1c0b d53d 2a92 9665 9634 1fe5 1326 56df 5401 63b1 88d5 db7d fb02 d440 3760 720d", "time activated" "2020 03 11t10 22 29z", "time deactivated" null, "validity period" null, "device active" true, "type" "desktop", "os" "microsoft home 10", "sdk build version" "java sdk 0 0 1", "last check" "2020 03 13t11 04 45z", "app ver" "1 0 ", "hostname" "desktop 2k64qes", "ip" "192 168 202 1", "external ip" "46 234 71 160", "mac address" null, "is vm" true, "vm info" "vmware esx 3", "floating last seen" null, "floating in use" false, "blacklisted" false, "license" { "id" 1606461720853199, "license key" null } }, ] }