count
Gets count of device types the client has access to.
Request
HTTP Request
GET /devicetype/count
Parameters
Parameter Name | Required | Type | Description |
---|---|---|---|
name | No | string | Filter by device type name. |
namePattern | No | string | Filter by device type name pattern. In pattern wildcards '%' and '_' can be used. |
Authorization
Access JSON Web Token (GetDeviceType)
Request Body
Do not supply a request body with this method.
Response
If successful, this method returns the count of DeviceType resources in the response body.
Property Name | Type | Description |
---|---|---|
count | integer | Number of device types that match the filters. |
Updated less than a minute ago