GET api/Device/GetDeviceInfo
Documentation for 'GetDeviceInfo'.
Response Information
Response body formats
application/json, text/json
Sample:
{ "device_model": "sample string 1", "identifier_type": 64, "device_identifier": "sample string 3", "state": 64, "register_utc_time": "sample string 5", "screen_info": "sample string 6", "alias_name": "sample string 7", "is_success": true, "error_message": "sample string 9", "exception_name": "sample string 10", "error_code": 11 }
application/xml, text/xml
Sample:
<GetDeviceInfoResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ContentApi.Client.Rest.Device.Entities"> <error_code xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">11</error_code> <error_message xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">sample string 9</error_message> <exception_name xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">sample string 10</exception_name> <is_success xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">true</is_success> <alias_name>sample string 7</alias_name> <device_identifier>sample string 3</device_identifier> <device_model>sample string 1</device_model> <identifier_type>64</identifier_type> <register_utc_time>sample string 5</register_utc_time> <screen_info>sample string 6</screen_info> <state>64</state> </GetDeviceInfoResponse>