For clean Markdown of any page, append .md to the page URL. For a complete documentation index, see https://docs.ivfprovider.com/ivf-agency-ap-is/surrogate/llms.txt. For full documentation content, see https://docs.ivfprovider.com/ivf-agency-ap-is/surrogate/llms-full.txt.

# View

GET http://localhost:8000/api/surrogates/{id}

Reference: https://docs.ivfprovider.com/ivf-agency-ap-is/surrogate/view

## OpenAPI Specification

```yaml
openapi: 3.1.0
info:
  title: collection
  version: 1.0.0
paths:
  /api/surrogates/{id}:
    get:
      operationId: view
      summary: View
      tags:
        - subpackage_surrogate
      parameters:
        - name: id
          in: path
          required: true
          schema:
            type: string
        - name: Authorization
          in: header
          description: Bearer authentication
          required: true
          schema:
            type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Surrogate_View_Response_200'
servers:
  - url: http://localhost:8000
components:
  schemas:
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaUserStatus:
      type: object
      properties:
        id:
          type: integer
        name:
          type: string
        class:
          type: string
        type:
          type: string
        translated_name:
          type: string
      required:
        - id
        - name
        - class
        - type
        - translated_name
      title: ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaUserStatus
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaUser:
      type: object
      properties:
        id:
          type: integer
        agency_id:
          type: integer
        full_name:
          type: string
        first_name:
          type: string
        last_name:
          type: string
        middle_name:
          description: Any type
        email:
          type: string
          format: email
        email_verified_at:
          description: Any type
        unique_id:
          type: string
        stripe_customer_id:
          description: Any type
        is_premium:
          type: boolean
        ip_whitelist_enabled:
          type: boolean
        is_editable:
          type: string
        profile_percentage:
          type: integer
        reason:
          description: Any type
        profile_picture:
          type: string
          format: uri
        banner_image:
          type: string
          format: uri
        status_id:
          type: integer
        status:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaUserStatus
        photo_consent_accepted_at:
          description: Any type
        user_profile_consent_accepted_at:
          description: Any type
        timezone_id:
          description: Any type
        timezone_name:
          description: Any type
        is_private_donor:
          type: string
        has_contact_details:
          type: string
        is_required_edit_approval:
          type: boolean
        user_edit_request:
          description: Any type
        role:
          type: string
        timezone:
          description: Any type
      required:
        - id
        - agency_id
        - full_name
        - first_name
        - last_name
        - email
        - unique_id
        - is_premium
        - ip_whitelist_enabled
        - is_editable
        - profile_percentage
        - profile_picture
        - banner_image
        - status_id
        - status
        - is_private_donor
        - has_contact_details
        - is_required_edit_approval
        - role
      title: ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaUser
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaUserProfile:
      type: object
      properties:
        user_id:
          type: integer
        mobile_phone:
          type: string
        mobile_phone_country:
          type: string
        home_phone:
          type: string
        home_phone_country:
          type: string
        description:
          description: Any type
        date_of_birth:
          description: Any type
        birth_country_id:
          description: Any type
        birth_country_name:
          description: Any type
        race_id:
          description: Any type
        race:
          description: Any type
        height_id:
          description: Any type
        height:
          description: Any type
        height_cm:
          description: Any type
        formated_height:
          type: string
        weight_id:
          description: Any type
        weight:
          description: Any type
        formated_weight:
          type: string
        weight_lb:
          description: Any type
        bmi:
          description: Any type
        blood_type_id:
          description: Any type
        blood_type:
          description: Any type
        ethnicity_id:
          description: Any type
        ethnicity:
          description: Any type
        education_level_id:
          description: Any type
        education_sub_level_id:
          description: Any type
        custom_education:
          description: Any type
        education_level:
          description: Any type
        religion_id:
          description: Any type
        religion:
          description: Any type
        marital_status_id:
          description: Any type
        marital_status:
          description: Any type
        occupation:
          description: Any type
        experienced_surrogate:
          description: Any type
        us_citizen:
          description: Any type
        citizenship:
          description: Any type
        year_of_experience:
          description: Any type
        year_current_relation:
          description: Any type
        partner_occupation:
          description: Any type
        biological_children:
          description: Any type
        health_insurance_carrier:
          description: Any type
        household_smoke:
          description: Any type
        living_conditions:
          description: Any type
        illicit_drugs:
          description: Any type
        carry_twins:
          description: Any type
        cord_blood_banking:
          description: Any type
        compensation:
          description: Any type
      required:
        - user_id
        - mobile_phone
        - mobile_phone_country
        - home_phone
        - home_phone_country
        - formated_height
        - formated_weight
      title: ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaUserProfile
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAgency:
      type: object
      properties:
        id:
          type: integer
        name:
          type: string
        email:
          type: string
          format: email
        mobile_phone:
          type: string
        mobile_phone_country:
          type: string
        is_required_edit_approval:
          type: boolean
        is_bypass_donor_verification:
          type: boolean
      required:
        - id
        - name
        - email
        - mobile_phone
        - mobile_phone_country
        - is_required_edit_approval
        - is_bypass_donor_verification
      title: ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAgency
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAddress:
      type: object
      properties: {}
      title: ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAddress
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusGeneralCharacteristics:
      type: object
      properties:
        completed:
          type: boolean
        locked:
          type: boolean
        progress:
          description: Any type
        category_id:
          description: Any type
        category_title:
          description: Any type
      required:
        - completed
        - locked
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusGeneralCharacteristics
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusDemographics:
      type: object
      properties:
        completed:
          type: boolean
        locked:
          type: boolean
        progress:
          description: Any type
        category_id:
          description: Any type
        category_title:
          description: Any type
      required:
        - completed
        - locked
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusDemographics
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusPhotosVideos:
      type: object
      properties:
        completed:
          type: boolean
        locked:
          type: boolean
        progress:
          description: Any type
        category_id:
          description: Any type
        category_title:
          description: Any type
      required:
        - completed
        - locked
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusPhotosVideos
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusPregnancyHistory:
      type: object
      properties:
        completed:
          type: boolean
        locked:
          type: boolean
        progress:
          description: Any type
        category_id:
          description: Any type
        category_title:
          description: Any type
      required:
        - completed
        - locked
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusPregnancyHistory
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire4ProgressSubcategoriesItems:
      type: object
      properties:
        id:
          type: integer
        title:
          type: string
        key:
          type: string
        completed:
          type: boolean
        locked:
          type: boolean
      required:
        - id
        - title
        - key
        - completed
        - locked
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire4ProgressSubcategoriesItems
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire4Progress:
      type: object
      properties:
        total:
          type: integer
        completed:
          type: integer
        percentage:
          type: integer
        subcategories:
          type: array
          items:
            $ref: >-
              #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire4ProgressSubcategoriesItems
      required:
        - total
        - completed
        - percentage
        - subcategories
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire4Progress
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire4:
      type: object
      properties:
        completed:
          type: boolean
        locked:
          type: boolean
        progress:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire4Progress
        category_id:
          type: integer
        category_title:
          type: string
      required:
        - completed
        - locked
        - progress
        - category_id
        - category_title
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire4
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire5ProgressSubcategoriesItems:
      type: object
      properties:
        id:
          type: integer
        title:
          type: string
        key:
          type: string
        completed:
          type: boolean
        locked:
          type: boolean
      required:
        - id
        - title
        - key
        - completed
        - locked
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire5ProgressSubcategoriesItems
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire5Progress:
      type: object
      properties:
        total:
          type: integer
        completed:
          type: integer
        percentage:
          type: integer
        subcategories:
          type: array
          items:
            $ref: >-
              #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire5ProgressSubcategoriesItems
      required:
        - total
        - completed
        - percentage
        - subcategories
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire5Progress
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire5:
      type: object
      properties:
        completed:
          type: boolean
        locked:
          type: boolean
        progress:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire5Progress
        category_id:
          type: integer
        category_title:
          type: string
      required:
        - completed
        - locked
        - progress
        - category_id
        - category_title
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire5
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire6ProgressSubcategoriesItems:
      type: object
      properties:
        id:
          type: integer
        title:
          type: string
        key:
          type: string
        completed:
          type: boolean
        locked:
          type: boolean
      required:
        - id
        - title
        - key
        - completed
        - locked
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire6ProgressSubcategoriesItems
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire6Progress:
      type: object
      properties:
        total:
          type: integer
        completed:
          type: integer
        percentage:
          type: integer
        subcategories:
          type: array
          items:
            $ref: >-
              #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire6ProgressSubcategoriesItems
      required:
        - total
        - completed
        - percentage
        - subcategories
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire6Progress
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire6:
      type: object
      properties:
        completed:
          type: boolean
        locked:
          type: boolean
        progress:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire6Progress
        category_id:
          type: integer
        category_title:
          type: string
      required:
        - completed
        - locked
        - progress
        - category_id
        - category_title
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire6
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire7ProgressSubcategoriesItems:
      type: object
      properties:
        id:
          type: integer
        title:
          type: string
        key:
          type: string
        completed:
          type: boolean
        locked:
          type: boolean
      required:
        - id
        - title
        - key
        - completed
        - locked
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire7ProgressSubcategoriesItems
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire7Progress:
      type: object
      properties:
        total:
          type: integer
        completed:
          type: integer
        percentage:
          type: integer
        subcategories:
          type: array
          items:
            $ref: >-
              #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire7ProgressSubcategoriesItems
      required:
        - total
        - completed
        - percentage
        - subcategories
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire7Progress
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire7:
      type: object
      properties:
        completed:
          type: boolean
        locked:
          type: boolean
        progress:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire7Progress
        category_id:
          type: integer
        category_title:
          type: string
      required:
        - completed
        - locked
        - progress
        - category_id
        - category_title
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire7
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire8ProgressSubcategoriesItems:
      type: object
      properties:
        id:
          type: integer
        title:
          type: string
        key:
          type: string
        completed:
          type: boolean
        locked:
          type: boolean
      required:
        - id
        - title
        - key
        - completed
        - locked
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire8ProgressSubcategoriesItems
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire8Progress:
      type: object
      properties:
        total:
          type: integer
        completed:
          type: integer
        percentage:
          type: integer
        subcategories:
          type: array
          items:
            $ref: >-
              #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire8ProgressSubcategoriesItems
      required:
        - total
        - completed
        - percentage
        - subcategories
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire8Progress
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire8:
      type: object
      properties:
        completed:
          type: boolean
        locked:
          type: boolean
        progress:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire8Progress
        category_id:
          type: integer
        category_title:
          type: string
      required:
        - completed
        - locked
        - progress
        - category_id
        - category_title
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire8
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatus:
      type: object
      properties:
        general-characteristics:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusGeneralCharacteristics
        demographics:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusDemographics
        photos-videos:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusPhotosVideos
        pregnancy-history:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusPregnancyHistory
        questionnaire-4:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire4
        questionnaire-5:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire5
        questionnaire-6:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire6
        questionnaire-7:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire7
        questionnaire-8:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatusQuestionnaire8
      required:
        - general-characteristics
        - demographics
        - photos-videos
        - pregnancy-history
        - questionnaire-4
        - questionnaire-5
        - questionnaire-6
        - questionnaire-7
        - questionnaire-8
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatus
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileSteps:
      type: object
      properties:
        tab_status:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileStepsTabStatus
        completed_tabs:
          type: array
          items:
            description: Any type
      required:
        - tab_status
        - completed_tabs
      title: ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileSteps
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsAccountProfileTabsGeneralCharacteristics:
      type: object
      properties:
        completed:
          type: boolean
        locked:
          type: boolean
        progress:
          description: Any type
        category_id:
          description: Any type
        category_title:
          description: Any type
      required:
        - completed
        - locked
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsAccountProfileTabsGeneralCharacteristics
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsAccountProfileTabsDemographics:
      type: object
      properties:
        completed:
          type: boolean
        locked:
          type: boolean
        progress:
          description: Any type
        category_id:
          description: Any type
        category_title:
          description: Any type
      required:
        - completed
        - locked
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsAccountProfileTabsDemographics
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsAccountProfileTabsPhotosVideos:
      type: object
      properties:
        completed:
          type: boolean
        locked:
          type: boolean
        progress:
          description: Any type
        category_id:
          description: Any type
        category_title:
          description: Any type
      required:
        - completed
        - locked
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsAccountProfileTabsPhotosVideos
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsAccountProfileTabsPregnancyHistory:
      type: object
      properties:
        completed:
          type: boolean
        locked:
          type: boolean
        progress:
          description: Any type
        category_id:
          description: Any type
        category_title:
          description: Any type
      required:
        - completed
        - locked
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsAccountProfileTabsPregnancyHistory
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsAccountProfileTabs:
      type: object
      properties:
        general-characteristics:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsAccountProfileTabsGeneralCharacteristics
        demographics:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsAccountProfileTabsDemographics
        photos-videos:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsAccountProfileTabsPhotosVideos
        pregnancy-history:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsAccountProfileTabsPregnancyHistory
      required:
        - general-characteristics
        - demographics
        - photos-videos
        - pregnancy-history
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsAccountProfileTabs
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsAccountProfile:
      type: object
      properties:
        total:
          type: integer
        completed:
          type: integer
        percentage:
          type: integer
        tabs:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsAccountProfileTabs
      required:
        - total
        - completed
        - percentage
        - tabs
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsAccountProfile
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire4ProgressSubcategoriesItems:
      type: object
      properties:
        id:
          type: integer
        title:
          type: string
        key:
          type: string
        completed:
          type: boolean
        locked:
          type: boolean
      required:
        - id
        - title
        - key
        - completed
        - locked
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire4ProgressSubcategoriesItems
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire4Progress:
      type: object
      properties:
        total:
          type: integer
        completed:
          type: integer
        percentage:
          type: integer
        subcategories:
          type: array
          items:
            $ref: >-
              #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire4ProgressSubcategoriesItems
      required:
        - total
        - completed
        - percentage
        - subcategories
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire4Progress
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire4:
      type: object
      properties:
        completed:
          type: boolean
        locked:
          type: boolean
        progress:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire4Progress
        category_id:
          type: integer
        category_title:
          type: string
      required:
        - completed
        - locked
        - progress
        - category_id
        - category_title
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire4
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire5ProgressSubcategoriesItems:
      type: object
      properties:
        id:
          type: integer
        title:
          type: string
        key:
          type: string
        completed:
          type: boolean
        locked:
          type: boolean
      required:
        - id
        - title
        - key
        - completed
        - locked
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire5ProgressSubcategoriesItems
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire5Progress:
      type: object
      properties:
        total:
          type: integer
        completed:
          type: integer
        percentage:
          type: integer
        subcategories:
          type: array
          items:
            $ref: >-
              #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire5ProgressSubcategoriesItems
      required:
        - total
        - completed
        - percentage
        - subcategories
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire5Progress
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire5:
      type: object
      properties:
        completed:
          type: boolean
        locked:
          type: boolean
        progress:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire5Progress
        category_id:
          type: integer
        category_title:
          type: string
      required:
        - completed
        - locked
        - progress
        - category_id
        - category_title
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire5
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire6ProgressSubcategoriesItems:
      type: object
      properties:
        id:
          type: integer
        title:
          type: string
        key:
          type: string
        completed:
          type: boolean
        locked:
          type: boolean
      required:
        - id
        - title
        - key
        - completed
        - locked
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire6ProgressSubcategoriesItems
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire6Progress:
      type: object
      properties:
        total:
          type: integer
        completed:
          type: integer
        percentage:
          type: integer
        subcategories:
          type: array
          items:
            $ref: >-
              #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire6ProgressSubcategoriesItems
      required:
        - total
        - completed
        - percentage
        - subcategories
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire6Progress
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire6:
      type: object
      properties:
        completed:
          type: boolean
        locked:
          type: boolean
        progress:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire6Progress
        category_id:
          type: integer
        category_title:
          type: string
      required:
        - completed
        - locked
        - progress
        - category_id
        - category_title
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire6
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire7ProgressSubcategoriesItems:
      type: object
      properties:
        id:
          type: integer
        title:
          type: string
        key:
          type: string
        completed:
          type: boolean
        locked:
          type: boolean
      required:
        - id
        - title
        - key
        - completed
        - locked
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire7ProgressSubcategoriesItems
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire7Progress:
      type: object
      properties:
        total:
          type: integer
        completed:
          type: integer
        percentage:
          type: integer
        subcategories:
          type: array
          items:
            $ref: >-
              #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire7ProgressSubcategoriesItems
      required:
        - total
        - completed
        - percentage
        - subcategories
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire7Progress
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire7:
      type: object
      properties:
        completed:
          type: boolean
        locked:
          type: boolean
        progress:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire7Progress
        category_id:
          type: integer
        category_title:
          type: string
      required:
        - completed
        - locked
        - progress
        - category_id
        - category_title
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire7
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire8ProgressSubcategoriesItems:
      type: object
      properties:
        id:
          type: integer
        title:
          type: string
        key:
          type: string
        completed:
          type: boolean
        locked:
          type: boolean
      required:
        - id
        - title
        - key
        - completed
        - locked
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire8ProgressSubcategoriesItems
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire8Progress:
      type: object
      properties:
        total:
          type: integer
        completed:
          type: integer
        percentage:
          type: integer
        subcategories:
          type: array
          items:
            $ref: >-
              #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire8ProgressSubcategoriesItems
      required:
        - total
        - completed
        - percentage
        - subcategories
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire8Progress
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire8:
      type: object
      properties:
        completed:
          type: boolean
        locked:
          type: boolean
        progress:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire8Progress
        category_id:
          type: integer
        category_title:
          type: string
      required:
        - completed
        - locked
        - progress
        - category_id
        - category_title
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire8
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabs:
      type: object
      properties:
        questionnaire-4:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire4
        questionnaire-5:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire5
        questionnaire-6:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire6
        questionnaire-7:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire7
        questionnaire-8:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabsQuestionnaire8
      required:
        - questionnaire-4
        - questionnaire-5
        - questionnaire-6
        - questionnaire-7
        - questionnaire-8
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabs
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaire:
      type: object
      properties:
        total:
          type: integer
        completed:
          type: integer
        percentage:
          type: integer
        tabs:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaireTabs
      required:
        - total
        - completed
        - percentage
        - tabs
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaire
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroups:
      type: object
      properties:
        account-profile:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsAccountProfile
        questionnaire:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroupsQuestionnaire
      required:
        - account-profile
        - questionnaire
      title: >-
        ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroups
    ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileSteps:
      type: object
      properties:
        groups:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileStepsGroups
        completed_tabs:
          type: array
          items:
            description: Any type
      required:
        - groups
        - completed_tabs
      title: ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileSteps
    Surrogate_View_Response_200:
      type: object
      properties:
        hasActiveSubscription:
          type: boolean
        user:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaUser
        user_profile:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaUserProfile
        agency:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAgency
        recruiter:
          description: Any type
        clinic:
          description: Any type
        address:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAddress
        profile_steps:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaProfileSteps
        admin_profile_steps:
          $ref: >-
            #/components/schemas/ApiSurrogatesIdGetResponsesContentApplicationJsonSchemaAdminProfileSteps
        consent:
          type: array
          items:
            description: Any type
        expertises:
          type: array
          items:
            description: Any type
        languages:
          type: array
          items:
            description: Any type
        speciality_services:
          type: array
          items:
            description: Any type
      required:
        - hasActiveSubscription
        - user
        - user_profile
        - agency
        - address
        - profile_steps
        - admin_profile_steps
        - consent
        - expertises
        - languages
        - speciality_services
      title: Surrogate_View_Response_200
  securitySchemes:
    oauth2Auth:
      type: http
      scheme: bearer

```

## SDK Code Examples

```python Surrogate_View_example
import requests

url = "http://localhost:8000/api/surrogates/19"

headers = {"Authorization": "Bearer <token>"}

response = requests.get(url, headers=headers)

print(response.json())
```

```javascript Surrogate_View_example
const url = 'http://localhost:8000/api/surrogates/19';
const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go Surrogate_View_example
package main

import (
	"fmt"
	"net/http"
	"io"
)

func main() {

	url := "http://localhost:8000/api/surrogates/19"

	req, _ := http.NewRequest("GET", url, nil)

	req.Header.Add("Authorization", "Bearer <token>")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby Surrogate_View_example
require 'uri'
require 'net/http'

url = URI("http://localhost:8000/api/surrogates/19")

http = Net::HTTP.new(url.host, url.port)

request = Net::HTTP::Get.new(url)
request["Authorization"] = 'Bearer <token>'

response = http.request(request)
puts response.read_body
```

```java Surrogate_View_example
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.get("http://localhost:8000/api/surrogates/19")
  .header("Authorization", "Bearer <token>")
  .asString();
```

```php Surrogate_View_example
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('GET', 'http://localhost:8000/api/surrogates/19', [
  'headers' => [
    'Authorization' => 'Bearer <token>',
  ],
]);

echo $response->getBody();
```

```csharp Surrogate_View_example
using RestSharp;

var client = new RestClient("http://localhost:8000/api/surrogates/19");
var request = new RestRequest(Method.GET);
request.AddHeader("Authorization", "Bearer <token>");
IRestResponse response = client.Execute(request);
```

```swift Surrogate_View_example
import Foundation

let headers = ["Authorization": "Bearer <token>"]

let request = NSMutableURLRequest(url: NSURL(string: "http://localhost:8000/api/surrogates/19")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "GET"
request.allHTTPHeaderFields = headers

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```