GET v1/getAuth
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AccountForbidden| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
ID акаунта |
integer |
None. |
| isAdmin |
Ознака акаунта адміністратора |
boolean |
None. |
| forbiddenType | AccountForbiddenType |
None. |
|
| forbiddenMessage | string |
None. |
|
| emergencyText | string |
None. |
|
| accountingToken | string |
None. |
|
| string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"isAdmin": true,
"forbiddenType": 1,
"forbiddenMessage": "Адміністратор заборонив вхід у систему",
"emergencyText": "Cлужба тех. підтримки: (067)312-6060",
"accountingToken": "sample string 3",
"google": "sample string 4"
}