---
title: "Return all active forms applicable to a particular entity"
method: GET
path: "/v1/org/{orgId}/form/available"
tags: ["form"]
---

# Return all active forms applicable to a particular entity

`GET /v1/org/{orgId}/form/available`

## Path parameters

- `orgId` string, required

## Query parameters

- `targetId` string
- `targetType` 'NONE' | 'PERSON'

## Response `200`

successful operation

- ResultsFormSummary
  - `data` FormSummary[], required
    - `id` string, required
    - `label` string, required
    - `displayName` string, required
    - `displayNameTr` Translations
      - `values` object, required
  - `next` string
  - `access` ResultsAccess[]
    - `ids` string[]
    - `allowed` AccessAction[], required
      - `action` string, required
      - `fields` string[]
      - `types` string[]

## Other responses

- `400` — bad request
- `401` — not authorized
- `404` — not found

---

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