user/getDeviceTypes

Gets information about all user/device type associations.

Request Message

Authorization

Access JSON Web Token (ManageUser)

Message Representation

{
    "action": {string},
    "requestId": {object},
    "userId": {long}
}
Parameter NameRequiredTypeDescription
actionYesstringAction name: user/getDeviceTypes
requestIdNoobjectRequest unique identifier, will be passed back in the response message.
userIdYesintegerUser identifier

Server Message

Message Representation

{
    "action": {string},
    "status": {string},
    "requestId": {object},
    "deviceTypes": [{
    		"id": {int},
        "name": {string},
        "description": {string}
    }]
}

Message Parameters

Property NameTypeDescription
actionstringAction name: user/getDeviceTypes
statusstringOperation execution status (success or error).
requestIdobjectRequest unique identifier as specified in the request message.