GET api/Account/Get?deviceId={deviceId}
Retrieve the stored account information
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| deviceId |
The device's ID |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
The account information for the device
Account| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceId |
The device's ID |
string |
Required |
Response Formats
application/json, text/json
Sample:
{
"DeviceId": "sample string 1"
}