GET refreshtoken
Gets new token for user
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AccountModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountID |
User account ID |
integer |
None. |
| AccountName |
User account name |
string |
None. |
| AccessToken |
User access token, provided only in Activation function |
string |
None. |
| ErrorCode |
Error code: 1 - Session parameter is required, 2 - Session not found in database, 3 - QR code has already been activated, 4 - Account not found, 5 - Error name or password |
integer |
None. |
| ErrorMessage |
Error message |
string |
None. |
| HttpStatusCode |
HttpStatusCode |
HttpStatusCode |
None. |
| Contracts |
List of user contracts |
Collection of Contract |
None. |
| UserRights |
List of user rights |
UserRights |
None. |
| AppSettings |
List of settings for mobile application |
AppSettings |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.