Retrieve SystemRole by ID
GET {{baseUrl}}/api/v3/security/systemRoles/:uniqueId?fields=<string>&fields=<string>&count=<string>
Returns a single SystemRole corresponding to provided uniqueId
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string | SystemRole subentity fields to include in response (See OPTIONS endpoint for valid values) | |
fields | string | SystemRole subentity fields to include in response (See OPTIONS endpoint for valid values) | |
count | string | Boolean that detnotes whether counts should be returned in the resultset |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"active":"\u003cboolean\u003e","assignable":"\u003cboolean\u003e","displayed":"\u003cboolean\u003e","id":"\u003clong\u003e","name":"\u003cstring\u003e"}