---
title: "feedbackFormDefinition.info"
method: POST
path: "/feedbackFormDefinition.info"
tags: ["Feedback Form Definition"]
---

# feedbackFormDefinition.info

`POST /feedbackFormDefinition.info`

Returns a single feedback form by id

**Requires the [`hiringProcessMetadataRead`](authentication#permissions-feedbackformdefinitioninfo) permission.**

## Request body

- FeedbackFormDefinitionInfoRequest
  - `feedbackFormDefinitionId` string, uuid, required — The unique id of the feedback form you'd like to fetch.

## Response `200`

Responses from the feedbackFormDefinition.info endpoint

- union
  - FeedbackFormDefinitionInfoSuccessResponse
    - `success` true, required
    - `results` FeedbackFormDefinition, required
      - `id` string, uuid, required — The unique identifier for the feedback form definition
      - `organizationId` string, uuid, required — The unique identifier for the organization
      - `title` string, required — The title of the feedback form definition
      - `isArchived` boolean, required — Whether the feedback form definition is archived
      - `isDefaultForm` boolean, required — Whether this is the organization's default feedback form definition
      - `formDefinition` FormDefinition, required
        - `sections` FormDefinitionSection[], required — The sections in the form definition
          - `title` string, nullable — The section title
          - `descriptionHtml` string, nullable — The section description formatted as HTML
          - `descriptionPlain` string, nullable — The section description as plain text
          - `fields` FormDefinitionFieldEntry[], required — The fields in this form section
            - `isRequired` boolean, required — Whether this form field is required
            - `descriptionHtml` string, nullable — The field description formatted as HTML
            - `descriptionPlain` string, nullable — The field description as plain text
            - `field` FormDefinitionField, required
              - …
      - `interviewId` string, uuid, nullable — The interview this feedback form definition belongs to, if interview-specific
  - ErrorResponse
    - `success` false, required
    - `errors` ErrorDetail[], required
      - `message` string, required
      - `parameter` string

---

[API](https://skmtc.net/ashbyhq/apis/ashby-api.md) · [All operations](https://skmtc.net/ashbyhq/apis/ashby-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ashbyhq/ashby-api/revisions/778b919dc743/schema)
