---
title: "Listing all Form Assignments"
method: GET
path: "/v1/projects/{projectId}/forms/{xmlFormId}/assignments"
tags: ["Form Assignments"]
---

# Listing all Form Assignments

`GET /v1/projects/{projectId}/forms/{xmlFormId}/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.

## Path parameters

- `projectId` number, required
- `xmlFormId` string, required

## Response `200`

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

- Assignment[]
  - `actorId` number — The numeric Actor ID being assigned.
  - `roleId` number — The numeric Role ID being assigned.

## Changes

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

[Change history](https://skmtc.dev/getodk/apis/odk-central-api/changes/v1/projects/:projectId/forms/:xmlFormId/assignments/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)
