Get a specific app resource role by ID.
cURL
curl --request GET \ --url https://public.api.serval.com/v2/app-resource-roles/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "resourceId": "<string>", "name": "<string>", "description": "<string>", "requestsEnabled": true, "accessPolicyId": "<string>", "provisioningMethod": { "builtinWorkflow": {} }, "externalId": "<string>", "externalData": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the role.
Success
The role.
Show child attributes
Was this page helpful?