Listing all Project Assignments
This will list every assignment upon this Project, in the form of actorId/roleId pairs.
This endpoint supports retrieving extended metadata; provide a header X-Extended-Metadata: true to expand the actorId into a full actor objects. The Role reference remains a numeric ID.
Path parameters
The numeric ID of the Project
Response
This is the Extended Metadata response, if requested via the appropriate header:
Example response
[
{
"actorId": 42,
"roleId": 4
}
]Changes
Changed in 3 of the 54 revisions of this API.4
- ○
api operation id
Listing all Project Assignmentsremoved and replaced withlistAllProjectAssignmentsapi-operation-id-removed
- ○
- ○
removed the non-success response with the status
403response-non-success-status-removed
- ○
- ○
api operation id
listAllProjectAssignmentsremoved and replaced withListing all Project Assignmentsapi-operation-id-removed
- ○
added the non-success response with the status
403response-non-success-status-added
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○