Description
Returns the access matching the ID specified.
HTTP Methodmethod | URI Schemescheme |
---|---|
GET | /server/access/{accessId} |
...
Type | Name | Description | Qualification | Schema |
---|---|---|---|---|
Path | accessId | The ID of the access to get. | Required | string |
Responses
HTTP Codecode | MessageCommon messages | Description | Schema | ||
---|---|---|---|---|---|
200 | The access matching the ID. | ||||
400 | The application with the specified key could not be found | ||||
400 | Invalid role ID format | This error message is returned when
| |||
400 | Unknown error | This error message is returned when
|
...