Alleva Manage Intake API

The ManageIntake API from Alleva — 12 operation(s) for manageintake.

Operations 18

POST /manage-intake Create manage intake #
GET /manage-intake Get manage intake #
POST /v{version}/manage-intake Create v{version} manage intake #
GET /v{version}/manage-intake Get v{version} manage intake #
GET /manage-intake/get-list-at-time Get manage intake get list at time #
GET /v{version}/manage-intake/get-list-at-time Get v{version} manage intake get list at time #
PATCH /manage-intake/{id} Update manage intake by id #
GET /manage-intake/{id} Get manage intake by id #
PATCH /v{version}/manage-intake/{id} Update v{version} manage intake by id #
GET /v{version}/manage-intake/{id} Get v{version} manage intake by id #
POST /manage-intake/order Create manage intake order #
POST /v{version}/manage-intake/order Create v{version} manage intake order #
GET /manage-intake/custom-forms Get manage intake custom forms #
POST /manage-intake/custom-forms Create manage intake custom forms #
GET /v{version}/manage-intake/custom-forms Get v{version} manage intake custom forms #
POST /v{version}/manage-intake/custom-forms Create v{version} manage intake custom forms #
POST /manage-intake/custom-sections Create manage intake custom sections #
POST /v{version}/manage-intake/custom-sections Create v{version} manage intake custom sections #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/alleva-manageintake-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

alleva-manageintake-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Alleva Rest Manage Intake API
  version: '1.0'
security:
- Bearer: []
tags:
- name: ManageIntake
paths:
  /manage-intake:
    post:
      tags:
      - ManageIntake
      parameters:
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/MasterIntakeSections'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/MasterIntakeSections'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/MasterIntakeSections'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/MasterIntakeSections'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/MasterIntakeSections'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/MasterIntakeSections'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/MasterIntakeSections'
      summary: Create manage intake
      x-summary-source: derived
      operationId: postManageIntake
      x-operation-id-source: derived
    get:
      tags:
      - ManageIntake
      parameters:
      - name: Limit
        in: query
        schema:
          type: integer
          format: int64
      - name: Cursor
        in: query
        schema:
          type: integer
          format: int32
      - name: StartDate
        in: query
        schema:
          type: string
          format: date-time
      - name: EndDate
        in: query
        schema:
          type: string
          format: date-time
      - name: fields
        in: query
        schema:
          type: array
          items:
            type: string
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/MasterIntakeSections'
            application/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/MasterIntakeSections'
            text/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/MasterIntakeSections'
      summary: Get manage intake
      x-summary-source: derived
      operationId: getManageIntake
      x-operation-id-source: derived
  /v{version}/manage-intake:
    post:
      tags:
      - ManageIntake
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/MasterIntakeSections'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/MasterIntakeSections'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/MasterIntakeSections'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/MasterIntakeSections'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/MasterIntakeSections'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/MasterIntakeSections'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/MasterIntakeSections'
      summary: Create v{version} manage intake
      x-summary-source: derived
      operationId: postV{version}ManageIntake
      x-operation-id-source: derived
    get:
      tags:
      - ManageIntake
      parameters:
      - name: Limit
        in: query
        schema:
          type: integer
          format: int64
      - name: Cursor
        in: query
        schema:
          type: integer
          format: int32
      - name: StartDate
        in: query
        schema:
          type: string
          format: date-time
      - name: EndDate
        in: query
        schema:
          type: string
          format: date-time
      - name: fields
        in: query
        schema:
          type: array
          items:
            type: string
      - name: version
        in: path
        required: true
        schema:
          type: string
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/MasterIntakeSections'
            application/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/MasterIntakeSections'
            text/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/MasterIntakeSections'
      summary: Get v{version} manage intake
      x-summary-source: derived
      operationId: getV{version}ManageIntake
      x-operation-id-source: derived
  /manage-intake/get-list-at-time:
    get:
      tags:
      - ManageIntake
      parameters:
      - name: facilityId
        in: query
        schema:
          type: integer
          format: int32
      - name: intakeType
        in: query
        schema:
          type: integer
          format: int32
      - name: time
        in: query
        schema:
          type: string
          format: date-time
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/MasterIntakeSections'
            application/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/MasterIntakeSections'
            text/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/MasterIntakeSections'
      summary: Get manage intake get list at time
      x-summary-source: derived
      operationId: getManageIntakeGetListAtTime
      x-operation-id-source: derived
  /v{version}/manage-intake/get-list-at-time:
    get:
      tags:
      - ManageIntake
      parameters:
      - name: facilityId
        in: query
        schema:
          type: integer
          format: int32
      - name: intakeType
        in: query
        schema:
          type: integer
          format: int32
      - name: time
        in: query
        schema:
          type: string
          format: date-time
      - name: version
        in: path
        required: true
        schema:
          type: string
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/MasterIntakeSections'
            application/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/MasterIntakeSections'
            text/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/MasterIntakeSections'
      summary: Get v{version} manage intake get list at time
      x-summary-source: derived
      operationId: getV{version}ManageIntakeGetListAtTime
      x-operation-id-source: derived
  /manage-intake/{id}:
    patch:
      tags:
      - ManageIntake
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              type: object
              additionalProperties:
                $ref: '#/components/schemas/JToken'
          application/json; ver=1.0:
            schema:
              type: object
              additionalProperties:
                $ref: '#/components/schemas/JToken'
          text/json; ver=1.0:
            schema:
              type: object
              additionalProperties:
                $ref: '#/components/schemas/JToken'
          application/*+json; ver=1.0:
            schema:
              type: object
              additionalProperties:
                $ref: '#/components/schemas/JToken'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/MasterIntakeSections'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/MasterIntakeSections'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/MasterIntakeSections'
      summary: Update manage intake by id
      x-summary-source: derived
      operationId: patchManageIntakeById
      x-operation-id-source: derived
    get:
      tags:
      - ManageIntake
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/MasterIntakeSections'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/MasterIntakeSections'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/MasterIntakeSections'
      summary: Get manage intake by id
      x-summary-source: derived
      operationId: getManageIntakeById
      x-operation-id-source: derived
  /v{version}/manage-intake/{id}:
    patch:
      tags:
      - ManageIntake
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      - name: version
        in: path
        required: true
        schema:
          type: string
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              type: object
              additionalProperties:
                $ref: '#/components/schemas/JToken'
          application/json; ver=1.0:
            schema:
              type: object
              additionalProperties:
                $ref: '#/components/schemas/JToken'
          text/json; ver=1.0:
            schema:
              type: object
              additionalProperties:
                $ref: '#/components/schemas/JToken'
          application/*+json; ver=1.0:
            schema:
              type: object
              additionalProperties:
                $ref: '#/components/schemas/JToken'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/MasterIntakeSections'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/MasterIntakeSections'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/MasterIntakeSections'
      summary: Update v{version} manage intake by id
      x-summary-source: derived
      operationId: patchV{version}ManageIntakeById
      x-operation-id-source: derived
    get:
      tags:
      - ManageIntake
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      - name: version
        in: path
        required: true
        schema:
          type: string
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/MasterIntakeSections'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/MasterIntakeSections'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/MasterIntakeSections'
      summary: Get v{version} manage intake by id
      x-summary-source: derived
      operationId: getV{version}ManageIntakeById
      x-operation-id-source: derived
  /manage-intake/order:
    post:
      tags:
      - ManageIntake
      parameters:
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/IntakeSectionOrder'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/IntakeSectionOrder'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/IntakeSectionOrder'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/IntakeSectionOrder'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/CreateResult'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/CreateResult'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/CreateResult'
      summary: Create manage intake order
      x-summary-source: derived
      operationId: postManageIntakeOrder
      x-operation-id-source: derived
  /v{version}/manage-intake/order:
    post:
      tags:
      - ManageIntake
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/IntakeSectionOrder'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/IntakeSectionOrder'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/IntakeSectionOrder'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/IntakeSectionOrder'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/CreateResult'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/CreateResult'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/CreateResult'
      summary: Create v{version} manage intake order
      x-summary-source: derived
      operationId: postV{version}ManageIntakeOrder
      x-operation-id-source: derived
  /manage-intake/custom-forms:
    get:
      tags:
      - ManageIntake
      parameters:
      - name: facilityId
        in: query
        schema:
          type: integer
          format: int32
      - name: intakeType
        in: query
        schema:
          type: integer
          format: int32
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IntakeSectionCustomForm'
            application/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IntakeSectionCustomForm'
            text/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IntakeSectionCustomForm'
      summary: Get manage intake custom forms
      x-summary-source: derived
      operationId: getManageIntakeCustomForms
      x-operation-id-source: derived
    post:
      tags:
      - ManageIntake
      parameters:
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/IntakeSectionCustomFormUpdate'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/IntakeSectionCustomFormUpdate'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/IntakeSectionCustomFormUpdate'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/IntakeSectionCustomFormUpdate'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/CreateResult'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/CreateResult'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/CreateResult'
      summary: Create manage intake custom forms
      x-summary-source: derived
      operationId: postManageIntakeCustomForms
      x-operation-id-source: derived
  /v{version}/manage-intake/custom-forms:
    get:
      tags:
      - ManageIntake
      parameters:
      - name: facilityId
        in: query
        schema:
          type: integer
          format: int32
      - name: intakeType
        in: query
        schema:
          type: integer
          format: int32
      - name: version
        in: path
        required: true
        schema:
          type: string
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IntakeSectionCustomForm'
            application/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IntakeSectionCustomForm'
            text/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IntakeSectionCustomForm'
      summary: Get v{version} manage intake custom forms
      x-summary-source: derived
      operationId: getV{version}ManageIntakeCustomForms
      x-operation-id-source: derived
    post:
      tags:
      - ManageIntake
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/IntakeSectionCustomFormUpdate'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/IntakeSectionCustomFormUpdate'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/IntakeSectionCustomFormUpdate'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/IntakeSectionCustomFormUpdate'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/CreateResult'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/CreateResult'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/CreateResult'
      summary: Create v{version} manage intake custom forms
      x-summary-source: derived
      operationId: postV{version}ManageIntakeCustomForms
      x-operation-id-source: derived
  /manage-intake/custom-sections:
    post:
      tags:
      - ManageIntake
      parameters:
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/IntakeSectionOrder'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/IntakeSectionOrder'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/IntakeSectionOrder'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/IntakeSectionOrder'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/CreateResult'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/CreateResult'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/CreateResult'
      summary: Create manage intake custom sections
      x-summary-source: derived
      operationId: postManageIntakeCustomSections
      x-operation-id-source: derived
  /v{version}/manage-intake/custom-sections:
    post:
      tags:
      - ManageIntake
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
      - name: api-version
        in: query
        schema:
          type: string
      - name: X-Version
        in: header
        schema:
          type: string
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/IntakeSectionOrder'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/IntakeSectionOrder'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/IntakeSectionOrder'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/IntakeSectionOrder'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/CreateResult'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/CreateResult'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/CreateResult'
      summary: Create v{version} manage intake custom sections
      x-summary-source: derived
      operationId: postV{version}ManageIntakeCustomSections
      x-operation-id-source: derived
components:
  schemas:
    IntakeSectionOrder:
      type: object
      properties:
        facilityId:
          type: integer
          format: int32
        intakeId:
          type: integer
          format: int32
        sections:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/MasterIntakeSections'
      additionalProperties: false
    IntakeSectionCustomFormUpdate:
      type: object
      properties:
        facilityId:
          type: integer
          format: int32
        intakeId:
          type: integer
          format: int32
        forms:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/IntakeSectionCustomForm'
      additionalProperties: false
    CreateOperationResult:
      enum:
      - 0
      - 1
      - 2
      - 3
      type: integer
      format: int32
    IntakeSectionDetails:
      type: object
      properties:
        id:
          type: integer
          format: int32
        advancedFormId:
          type:
          - integer
          - 'null'
          format: int32
        isActive:
          type: boolean
        isCopyIntakeSection:
          type: boolean
        sortOrder:
          type: integer
          format: int32
        formId:
          type:
          - integer
          - 'null'
          format: int32
        formInfoId:
          type:
          - integer
          - 'null'
          format: int32
      additionalProperties: false
    MasterIntakeSections:
      type: object
      properties:
        id:
          type: integer
          format: int32
        href:
          type:
          - string
          - 'null'
          readOnly: true
        createdBy:
          type: integer
          format: int32
        facilityId:
          type: integer
          format: int32
        intakeType:
          type: integer
          format: int32
        isActiveRequire:
          type: boolean
        isCopyAvailable:
          type: boolean
        isDefaultSection:
          type: boolean
        isDeleted:
          type: boolean
        sectionCode:
          type:
          - string
          - 'null'
        sectionName:
          type:
          - string
          - 'null'
        details:
          $ref: '#/components/schemas/IntakeSectionDetails'
      additionalProperties: false
    JToken:
      type: array
      items:
        $ref: '#/components/schemas/JToken'
    CreateResult:
      type: object
      properties:
        operationResult:
          $ref: '#/components/schemas/CreateOperationResult'
        id:
          type:
          - integer
          - 'null'
          format: int64
        messages:
          type:
          - array
          - 'null'
          items:
            type: string
        reason:
          type:
          - string
          - 'null'
      additionalProperties: false
    IntakeSectionCustomForm:
      type: object
      properties:
        advancedFormId:
          type:
          - integer
          - 'null'
          format: int32
        createdDate:
          type: string
          format: date-time
        formId:
          type:
          - integer
          - 'null'
          format: int32
        formInfoId:
          type:
          - integer
          - 'null'
          format: int32
        title:
          type:
          - string
          - 'null'
        version:
          type: integer
          format: int32
      additionalProperties: false
  securitySchemes:
    Bearer:
      type: apiKey
      description: "JWT Authorization header using the Bearer scheme. \n\n Enter Bearer [space] and then your token in the text input below.\n\nExample: Bearer 12345abcdef"
      name: Authorization
      in: header