GET api/Account?key={key}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
key | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SessionName | Description | Type | Additional information |
---|---|---|---|
UserId | string |
None. |
|
AccountId | globally unique identifier |
None. |
|
Key | globally unique identifier |
None. |
|
Logged | boolean |
None. |
|
Error | string |
None. |
|
User | string |
None. |
|
Password | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "UserId": "sample string 1", "AccountId": "7bbbeda8-b237-4524-a7ce-3d5b153a7dbb", "Key": "22252090-91e8-49be-be3d-08e1d49c9546", "Logged": true, "Error": "sample string 5", "User": "sample string 6", "Password": "sample string 7" }