View all Resource Role Assignments by Primary Flag

get

/api/restapi/resourceRoleAssignment/primaryFlag/{primaryFlag}

This endpoint returns reosurce role assignments that meet the following requirements:
  • The object is associated with a flag with an ID value that matches the value of the {primaryFlag} path parameter.

Request

Path Parameters
  • Indicates whether this is resource's primary role or not.
    Allowed Values: [ "TEMPLATE", "PROJECT", "GENERIC_PORTFOLIO", "IDEA", "PROGRAM", "STRATEGY" ]

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