List devicesCopy Pageget https://api.sensos.io/v1/accounts/{accountId}/devicesFetch a list of devices based on various filter criteria.Path ParamsaccountIdstringrequiredThe account ID associated with the devices.Query Paramsidstring^[a-zA-Z0-9*]+$Filter devices by ID. Supports wildcard (*) characters.namestring^[a-zA-Z0-9*]+$Filter devices by name. Supports wildcard (*) characters.setIdstring^[a-z0-9-]+$Filter devices by set ID.minimumFirmwareVersionstring^(\d(\.\d){0,2})$Filter devices with firmware version greater than or equal to the specified version.maximumFirmwareVersionstring^(\d(\.\d){0,2})$Filter devices with firmware version less than or equal to the specified version.statusstringenumFilter devices by status.UnassignedAssignedPairedRetiredAllowed:UnassignedAssignedPairedRetiredconnectivityStatusstringenumFilter devices by connectivity status.NeverReportedOfflineOnlineAllowed:NeverReportedOfflineOnlinecursorstringPagination cursor for fetching the next set of results.includeTotalbooleanInclude the total count of devices in the response.truefalselimitint32Limit the number of devices returned in the response.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsontext/plainAllowed:application/jsontext/jsontext/plainResponse 200SuccessUpdated over 1 year ago Get deviceDid this page help you?YesNo