Gets count of device types the client has access to.

Request

HTTP Request

GET /devicetype/count

Parameters

Parameter NameRequiredTypeDescription
nameNostringFilter by device type name.
namePatternNostringFilter 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 NameTypeDescription
countintegerNumber of device types that match the filters.