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

# Seeing Role-specific Form Assignments within a Project

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

Like the [Form Assignments summary API](/central-api-form-management/#listing-all-form-assignments), 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.

## Path parameters

- `projectId` number, required
- `roleId` 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 Role-specific Form Assignments within a Project` removed and replaced with `getRoleSpecificProjectFormAssignments`
- **2025-10-27** `b11b54eea487` — 1 info
  - removed the non-success response with the status `403`
- **2025-03-13** `e8c2858fd4eb` — 2 info
  - api operation id `getRoleSpecificProjectFormAssignments` removed and replaced with `Seeing Role-specific 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/:roleId/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/dc3ccc706398/schema)
