View all Resource Role Assignments by Resource

get

/api/restapi/resourceRoleAssignment/resource/{resourceId}

This endpoint returns resource role assignments that meet the following requirements:
  • The object has a resource with an ID value that matches the value of the {resourceId} path parameter.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityResourceRoleAssignment>
Type: array
Title: List<ApiEntityResourceRoleAssignment>
Show Source
Nested Schema : ApiEntityResourceRoleAssignment
Type: object
Title: ApiEntityResourceRoleAssignment
Show Source

204 Response

Successful operation with no content.

404 Response

The Resource Role Assignment services enables you to create, view, update, and delete assignments between resources and roles. A resource role assignment indicates whether or not a resource is fulfilling a particular role.
Back to Top