GET api/Account?username={username}&password={password}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| username | string |
Required |
|
| password | 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": "c2096c42-26ea-405c-b952-ec6f8f906eb6",
"Key": "eaccf2ce-29dc-4a97-af0f-dcd39d8d4746",
"Logged": true,
"Error": "sample string 5",
"User": "sample string 6",
"Password": "sample string 7"
}