List device types
GET {{baseUrl}}/device/types?id=<patch>&description=<patch>
Sorting can be performed on any of the following properties (sort order can be reversed by prefixing the property name with '-'): - id - description - deviceInfo.description - deviceInfo.descriptiveLocation - deviceInfo.serialNumber - deviceInfo.deviceClass - deviceInfo.fwVersion - deviceInfo.hwVersion - deviceInfo.manufacturer - deviceInfo.model
The following facets are supported: - deviceInfo.deviceClass - deviceInfo.fwVersion - deviceInfo.hwVersion - deviceInfo.manufacturer - deviceInfo.mode
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| id | string | Optional filter of results by ID | |
| description | string | Optional filter of results by description |