Fetches devicesAsk AIget https://prod.suggestedtv.com/api/dashboard/v1/deviceQuery ParamsidsstringA comma separated list of the IDs to retrieve up to a maximum of 100. If specified, the limit, offset, filter and query parameters are ignored.limitnumberDefaults to 50The number of items to return up to a maximum of 100.offsetnumberDefaults to 0Used for pagination. Determines how many items to offset the results by.sort-bystringDefaults to updatedDetermines what field and order the results should be sorted by. It can be set to an enumeration of either 'created', 'updated' or 'name'. By default results are returned in ascending order. The enumeration can be prefixed by a '-' symbol to denote decending order.querystringReturns items that have a name like the query or matches the ID. Case insensitive.extendarray of stringsExtends the response with the specified fields. This may incur additional performance cost.extendADD stringResponses 200Successful response 400Bad requestUpdated 5 months ago