> ## 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_schedules/{consultation_schedule_id}



## OpenAPI

````yaml /openapi/nimbo_api.yml get /consultation_schedules/{consultation_schedule_id}
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_schedules/{consultation_schedule_id}:
    get:
      tags:
        - Consultation Schedules
      summary: GET /consultation_schedules/{consultation_schedule_id}
      operationId: legacy_nimbo_api_get__consultation_schedules_consultation_schedule_id
      parameters:
        - name: consultation_schedule_id
          in: path
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                consultation_schedule:
                  type: object
                  properties:
                    blocked_cause:
                      type: string
                    starts_at:
                      type: string
                      format: date-time
                    ends_at:
                      type: string
                      format: date-time
                    reminder:
                      type: boolean
                    sms_reminder:
                      type: boolean
                    schedule_type:
                      type: string
                    overlaps_with:
                      type: integer
                    price:
                      type: integer
                    account_confirmed:
                      type: boolean
                    account_id:
                      type: string
      responses:
        '200':
          content:
            application/json:
              schema:
                anyOf:
                  - type: object
                    properties:
                      consultation_schedule:
                        type: object
                        properties:
                          cause:
                            type: string
                          created_at:
                            type: string
                            format: date-time
                          ends_at:
                            type: string
                            format: date-time
                          id:
                            type: integer
                          links:
                            type: object
                            properties:
                              consultation:
                                type: string
                              encounter:
                                type: string
                              invoice:
                                type: string
                              person:
                                type: string
                          person_id:
                            type: integer
                          starts_at:
                            type: string
                            format: date-time
                          confirmed_at:
                            nullable: true
                          schedule_type:
                            type: string
                          encounter_id:
                            type: integer
                          blocked_cause:
                            nullable: true
                          account_id:
                            type: integer
                          telehealth_url:
                            nullable: true
                          price:
                            type: integer
                          arrival_at:
                            nullable: true
                          account_confirmed:
                            type: boolean
                          organization_schedule_id:
                            nullable: true
                          account_username:
                            type: string
                          status:
                            nullable: true
                          metadata:
                            type: object
                            properties:
                              share_payment_link:
                                type: boolean
                              send_payment_link:
                                type: boolean
                              showChargeOption:
                                type: boolean
                              charge_product:
                                type: boolean
                              sms_reminder:
                                type: boolean
                          subsequent_id:
                            nullable: true
                          source:
                            type: string
                          source_slug:
                            type: string
                          reason_for_cancellation:
                            nullable: true
                          comments_for_cancellation:
                            nullable: true
                          reminder:
                            type: boolean
                          deleted_at:
                            nullable: true
                          account_patient_id:
                            nullable: true
                          account_name:
                            type: string
                          location_name:
                            type: string
                          encounter_type_id:
                            type: integer
                          extra:
                            type: object
                            properties:
                              person:
                                type: object
                                properties:
                                  id:
                                    type: integer
                                  first_name:
                                    type: string
                                  last_name:
                                    type: string
                                  telephone:
                                    nullable: true
                                  email:
                                    type: string
                                    format: email
                                  created_at:
                                    type: string
                                    format: date-time
                                  updated_at:
                                    type: string
                                    format: date-time
                                  born_at:
                                    type: string
                                    format: date
                                  gender:
                                    type: string
                                  avatar_file_name:
                                    nullable: true
                                  avatar_content_type:
                                    nullable: true
                                  avatar_file_size:
                                    nullable: true
                                  avatar_updated_at:
                                    nullable: true
                                  telephone2:
                                    type: string
                                    format: utc-millisec
                                  person_attributes:
                                    type: object
                                  account_id:
                                    type: integer
                                  address_state_id:
                                    type: integer
                                  organization_id:
                                    type: integer
                                  notes:
                                    nullable: true
                                  deleted_at:
                                    nullable: true
                                  phone_country_id:
                                    type: integer
                                  creator_id:
                                    type: integer
                                  updater_id:
                                    type: integer
                                  is_migrated:
                                    type: boolean
                                  without_cellphone:
                                    type: boolean
                                  nimbochat_invitation_date:
                                    nullable: true
                                  admission_form:
                                    type: boolean
                                  cirrus_patient_id:
                                    nullable: true
                                  person_token_id:
                                    nullable: true
                                  medical_record:
                                    nullable: true
                                  send_welcome_email:
                                    type: boolean
                                  patient_group_id:
                                    nullable: true
                              consultation:
                                nullable: true
                  - type: object
                    properties:
                      consultation_schedule:
                        type: object
                        properties:
                          cause:
                            type: string
                          created_at:
                            type: string
                            format: date-time
                          ends_at:
                            type: string
                            format: date-time
                          id:
                            type: integer
                          links:
                            type: object
                            properties:
                              consultation:
                                type: string
                              encounter:
                                type: string
                              invoice:
                                type: string
                              person:
                                type: string
                          person_id:
                            type: integer
                          starts_at:
                            type: string
                            format: date-time
                          confirmed_at:
                            nullable: true
                          schedule_type:
                            type: string
                          encounter_id:
                            type: integer
                          blocked_cause:
                            nullable: true
                          account_id:
                            type: integer
                          telehealth_url:
                            nullable: true
                          price:
                            type: integer
                          arrival_at:
                            nullable: true
                          account_confirmed:
                            type: boolean
                          organization_schedule_id:
                            nullable: true
                          account_username:
                            type: string
                          status:
                            nullable: true
                          metadata:
                            type: object
                            properties:
                              share_payment_link:
                                type: boolean
                              send_payment_link:
                                type: boolean
                              showChargeOption:
                                type: boolean
                              charge_product:
                                type: boolean
                              sms_reminder:
                                type: boolean
                          subsequent_id:
                            nullable: true
                          source:
                            type: string
                          source_slug:
                            type: string
                          reason_for_cancellation:
                            nullable: true
                          comments_for_cancellation:
                            nullable: true
                          reminder:
                            type: boolean
                          deleted_at:
                            nullable: true
                          account_patient_id:
                            nullable: true
                          account_name:
                            type: string
                          location_name:
                            type: string
                          encounter_type_id:
                            type: integer
                          extra:
                            type: object
                            properties:
                              person:
                                type: object
                                properties:
                                  id:
                                    type: integer
                                  first_name:
                                    type: string
                                  last_name:
                                    type: string
                                  telephone:
                                    nullable: true
                                  email:
                                    type: string
                                    format: email
                                  created_at:
                                    type: string
                                    format: date-time
                                  updated_at:
                                    type: string
                                    format: date-time
                                  born_at:
                                    type: string
                                    format: date
                                  gender:
                                    type: string
                                  avatar_file_name:
                                    nullable: true
                                  avatar_content_type:
                                    nullable: true
                                  avatar_file_size:
                                    nullable: true
                                  avatar_updated_at:
                                    nullable: true
                                  telephone2:
                                    type: string
                                    format: utc-millisec
                                  person_attributes:
                                    type: object
                                    properties:
                                      tax_id:
                                        type: string
                                      without_rut:
                                        type: boolean
                                      send_reminders:
                                        type: boolean
                                      welcome_email_sent:
                                        type: boolean
                                      cirrus_insurance_isPolicyHolder:
                                        type: boolean
                                  account_id:
                                    type: integer
                                  address_state_id:
                                    type: integer
                                  organization_id:
                                    type: integer
                                  notes:
                                    nullable: true
                                  deleted_at:
                                    nullable: true
                                  phone_country_id:
                                    type: integer
                                  creator_id:
                                    type: integer
                                  updater_id:
                                    type: integer
                                  is_migrated:
                                    type: boolean
                                  without_cellphone:
                                    type: boolean
                                  nimbochat_invitation_date:
                                    nullable: true
                                  admission_form:
                                    type: boolean
                                  cirrus_patient_id:
                                    nullable: true
                                  person_token_id:
                                    nullable: true
                                  medical_record:
                                    nullable: true
                                  send_welcome_email:
                                    type: boolean
                                  patient_group_id:
                                    nullable: true
                              consultation:
                                nullable: true
          description: Successful response

````