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