Alleva Manage Intake API

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

Operations 18

POST /manage-intake
GET /manage-intake
POST /v{version}/manage-intake
GET /v{version}/manage-intake
GET /manage-intake/get-list-at-time
GET /v{version}/manage-intake/get-list-at-time
PATCH /manage-intake/{id}
GET /manage-intake/{id}
PATCH /v{version}/manage-intake/{id}
GET /v{version}/manage-intake/{id}
POST /manage-intake/order
POST /v{version}/manage-intake/order
GET /manage-intake/custom-forms
POST /manage-intake/custom-forms
GET /v{version}/manage-intake/custom-forms
POST /v{version}/manage-intake/custom-forms
POST /manage-intake/custom-sections
POST /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 email required.

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 Manage Intake API
  version: '1.0'
  description: 'Operations tagged ManageIntake across 2 of this provider''s published API definitions: alleva-manageintake-api-openapi.yml, alleva-rest-api-openapi.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api.helloalleva.com
  description: Base URL reconciled from apis.yml
security:
- Bearer: []
tags:
- name: ManageIntake
paths:
  /manage-intake:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    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'
    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'
  /v{version}/manage-intake:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    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'
    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'
  /manage-intake/get-list-at-time:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    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'
  /v{version}/manage-intake/get-list-at-time:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    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'
  /manage-intake/{id}:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    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'
    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'
  /v{version}/manage-intake/{id}:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    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'
    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'
  /manage-intake/order:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    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'
  /v{version}/manage-intake/order:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    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'
  /manage-intake/custom-forms:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    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'
    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'
  /v{version}/manage-intake/custom-forms:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    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'
    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'
  /manage-intake/custom-sections:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    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'
  /v{version}/manage-intake/custom-sections:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    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'
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
    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
    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
    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
    JToken:
      type: array
      items:
        $ref: '#/components/schemas/JToken'
    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
    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
    CreateOperationResult:
      enum:
      - 0
      - 1
      - 2
      - 3
      type: integer
      format: int32
  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
x-refined-from:
- alleva-manageintake-api-openapi.yml
- alleva-rest-api-openapi.yml