Project Assignments
Seeing Role-specific Form Assignments within a Project
Like the Form Assignments summary API, but filtered by some roleId.
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/{roleId}
Path parameters
projectIdnumber required
The numeric ID of the Project
roleIdnumber required
The numeric ID of the Role
Response
OK
Example response
[
{
"actorId": 42,
"xmlFormId": "simple",
"roleId": 4
}
]