Project Assignments
Seeing all Form Assignments within a Project
Returns a summary of all Form-specific Assignments within this Project. This endpoint is meant to simplify the task of summarizing all Form permissions within a Project at a glance and in one transactional request. Because it is necessary to specify which Form each Assignment is attached to, returned results form this endpoint include an xmlFormId field.
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 and the Form reference remains a string ID.
get/v1/projects/{projectId}/assignments/forms
Path parameters
projectIdnumber required
The numeric ID of the Project
Response
OK
Example response
[
{
"actorId": 42,
"xmlFormId": "simple",
"roleId": 4
}
]