v51

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0118684573.2 KB
Form Assignments

Listing all Form Assignments

This will list every assignment upon this Form, 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.

get/v1/projects/{projectId}/forms/{xmlFormId}/assignments

Path parameters

projectIdnumber required

The numeric ID of the Project

xmlFormIdstring required

The xmlFormId of the Form being referenced.

Response

This is the Extended Metadata response, if requested via the appropriate header:

actorIdnumber

The numeric Actor ID being assigned.

roleIdnumber

The numeric Role ID being assigned.

Example response

[
  {
    "actorId": 42,
    "roleId": 4
  }
]