MyselfResource
The following resources are part of this group:
/myself
The following operations are supported on this resource:
GET
Gets information for the current administrator.
Parameters
name | description | type | default |
---|---|---|---|
version | (no documentation provided) | path |
Response Body
element: | administrator |
the administrator that is currently login.
POST
Login user. Here a user can receive a COOKIE to use for successive web service calls.
Parameters
name | description | type | default |
---|---|---|---|
version | (no documentation provided) | path |
Response Body
element: | (custom) |
the authentication action result
DELETE
Logout from REST API.
Parameters
name | description | type | default |
---|---|---|---|
version | (no documentation provided) | path |
Response Body
element: | authenticationActionResult |
a Response redirecting to the logout request handler.