curl --request GET \
--url https://app.msportal.ai/api/public/v1/devices/types/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"name": "<string>",
"autoCategorization": true,
"deviceCount": 123,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}Retrieve a single device type by ID with device count.
curl --request GET \
--url https://app.msportal.ai/api/public/v1/devices/types/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"name": "<string>",
"autoCategorization": true,
"deviceCount": 123,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}