To get the device type.

Request

Response

{
        "$schema": "http://json-schema.org/draft-04/schema#",
        "type": "object",
        "properties": {
           "deviceType": {
             "type": "string"
           }
        },
        "required": [
          "deviceType",
        ]
     }


{
	"deviceType": "5.1.0.0"
}