---
title: "Seeing all Form Assignments within a Project"
method: GET
path: "/v1/projects/{projectId}/assignments/forms"
tags: ["Project Assignments"]
---

# Seeing all Form Assignments within a Project

`GET /v1/projects/{projectId}/assignments/forms`

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.

## Path parameters

- `projectId` number, required

## Response `200`

OK

- FormSummaryAssignment[]
  - `actorId` number, required — The numeric Actor ID being assigned.
  - `xmlFormId` string, required — The `id` of the assigned form as given in its XForms XML definition
  - `roleId` number, required — The numeric Role ID being assigned.

## Changes

- **2025-12-20** `022694254f0d` — 1 info
  - api operation id `Seeing all Form Assignments within a Project` removed and replaced with `getProjectFormAssignments`
- **2025-10-27** `b11b54eea487` — 1 info
  - removed the non-success response with the status `403`
- **2025-03-13** `e8c2858fd4eb` — 2 info
  - api operation id `getProjectFormAssignments` removed and replaced with `Seeing all Form Assignments within a Project`
  - added the non-success response with the status `403`

[Change history](https://skmtc.dev/getodk/apis/odk-central-api/changes/v1/projects/:projectId/assignments/forms/get.md)

---

[API](https://skmtc.dev/getodk/apis/odk-central-api.md) · [All operations](https://skmtc.dev/getodk/apis/odk-central-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getodk/odk-central-api/revisions/d4f5ba77f644/schema)
