> ## Documentation Index
> Fetch the complete documentation index at: https://dev.nimbo-x.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GET /consultation_surveys/{consultation_survey_id}/custom_form_response



## OpenAPI

````yaml /openapi/nimbo_api.yml get /consultation_surveys/{consultation_survey_id}/custom_form_response
openapi: 3.0.0
info:
  title: Nimbo API
  version: 1.0.0
  description: >-
    Nimbo API reference. Use the API host and integration access provided by
    Nimbo.
servers:
  - url: https://api.example.test
    description: Reference only; confirm your integration host with Nimbo
security: []
paths:
  /consultation_surveys/{consultation_survey_id}/custom_form_response:
    get:
      tags:
        - Patient Management
        - CustomFields
      summary: GET /consultation_surveys/{consultation_survey_id}/custom_form_response
      operationId: >-
        legacy_nimbo_api_get__consultation_surveys_consultation_survey_id_custom_form_response
      parameters:
        - name: consultation_survey_id
          in: path
          required: true
          schema:
            type: string
      responses:
        '200':
          description: Successful response

````