List Devices

GET .../customers/{customerID}/devices

Returns all devices with their status for the given customer

Query Parameters

deviceIDs (String) - Comma separated list of Device IDs to query

connected (bool) - If set to true response is limited to only devices which are currently reported as online

Response Format

{
   "Devices": array[Device Status]
}