GET api/AccountDriver?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": "7a737c75-b20e-4bf6-910c-b9b9920521ed",
"Key": "d2ad3314-76ec-4044-a7f5-27d70619ad04",
"Logged": true,
"Error": "sample string 5",
"User": "sample string 6",
"Password": "sample string 7"
}