...
Returns the external role matching the ID specified.
HTTP Methodmethod | URI Schemescheme |
---|---|
GET | /server/external-role/{roleId} |
...
Type | Name | Description | Qualification | Schema |
---|---|---|---|---|
Path | roleId | The ID of the external role to get. | Required | string |
Responses
HTTP Codecode | Message | Description | Schema | |
---|---|---|---|---|
200 | The external role. | |||
400 | The application with the specified key could not be found | 400|||
Invalid role ID format | 400||||
Role not found! | 400||||
The role ID '%1' does not match the company ID '%2'. | %1 is the role ID specified via the URL. %2 is the company ID associated with the submitted application key. |
...