GET api/Account?key={key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Session| Name | 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": "ecdc6f65-e80a-4c3a-a8f8-458af8494d4d",
"Key": "e715e468-6057-4a1e-b837-86fc85a1829c",
"Logged": true,
"Error": "sample string 5",
"User": "sample string 6",
"Password": "sample string 7"
}