Login method
This method authenticates the user with the system, connects to the application, and obtains the authentication token.
Request
| Method | URL |
|---|---|
GET |
|
| Parameter | Type | Value |
|---|---|---|
| Accept | HEAD | application/json
Where application is the application to connect to. This is the unique name returned by the applications request. |
| <application> | URL_PARAM | String specifying the name of the application. |
| <username> | URL_PARAM | String specifying the user name. |
| <password> | URL_PARAM | String specifying the password. |
| <insideWorkspace> | URL_PARAM | Boolean specifying the workspace. |
| <clientinfo> | URL_PARAM | String specifying the <clientinfo> parameters. The parameters are:
For example:
|
Response
| Status | Type | Parameters | Response |
|---|---|---|---|
| 200 | BODY |
|
|
| HEAD | Set-Cookie |
|
|
| HEAD | Set-Cookie |
|
|
| 500 |
|
||
| 500 |
|
||
| 500 |
|