Alleva Advanced Form API

The AdvancedForm API from Alleva — 8 operation(s) for advancedform.

Operations 10

GET /advanced-forms/{id}/published
GET /v{version}/advanced-forms/{id}/published
GET /advanced-forms/{id}/data/{leadId}
POST /advanced-forms/{id}/data/{leadId}
GET /v{version}/advanced-forms/{id}/data/{leadId}
POST /v{version}/advanced-forms/{id}/data/{leadId}
POST /advanced-forms/{id}/copy
POST /v{version}/advanced-forms/{id}/copy
POST /advanced-forms/update-autofill
POST /v{version}/advanced-forms/update-autofill

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-advancedform-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-advancedform-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Alleva Advanced Form API
  version: '1.0'
  description: 'Operations tagged AdvancedForm across 2 of this provider''s published API definitions: alleva-advancedform-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: AdvancedForm
paths:
  /advanced-forms/{id}/published:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    get:
      tags:
      - AdvancedForm
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      - 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:
                $ref: '#/components/schemas/AdvancedForm'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/AdvancedForm'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/AdvancedForm'
  /v{version}/advanced-forms/{id}/published:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    get:
      tags:
      - AdvancedForm
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      - 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:
                $ref: '#/components/schemas/AdvancedForm'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/AdvancedForm'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/AdvancedForm'
  /advanced-forms/{id}/data/{leadId}:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    get:
      tags:
      - AdvancedForm
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int32
      - name: leadId
        in: path
        required: true
        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/DataValueWithKindResponse'
            application/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/DataValueWithKindResponse'
            text/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/DataValueWithKindResponse'
    post:
      tags:
      - AdvancedForm
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int32
      - name: leadId
        in: path
        required: true
        schema:
          type: integer
          format: int32
      - 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/AdvancedFormSaveRequest'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/AdvancedFormSaveRequest'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/AdvancedFormSaveRequest'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/AdvancedFormSaveRequest'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/DataValueWithKindResponse'
            application/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/DataValueWithKindResponse'
            text/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/DataValueWithKindResponse'
  /v{version}/advanced-forms/{id}/data/{leadId}:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    get:
      tags:
      - AdvancedForm
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int32
      - name: leadId
        in: path
        required: true
        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/DataValueWithKindResponse'
            application/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/DataValueWithKindResponse'
            text/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/DataValueWithKindResponse'
    post:
      tags:
      - AdvancedForm
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int32
      - name: leadId
        in: path
        required: true
        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
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/AdvancedFormSaveRequest'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/AdvancedFormSaveRequest'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/AdvancedFormSaveRequest'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/AdvancedFormSaveRequest'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/DataValueWithKindResponse'
            application/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/DataValueWithKindResponse'
            text/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/DataValueWithKindResponse'
  /advanced-forms/{id}/copy:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    post:
      tags:
      - AdvancedForm
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int32
      - 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/CopyParameters'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/CopyParameters'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/CopyParameters'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/CopyParameters'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/AdvancedForm'
            application/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/AdvancedForm'
            text/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/AdvancedForm'
  /v{version}/advanced-forms/{id}/copy:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    post:
      tags:
      - AdvancedForm
      parameters:
      - name: id
        in: path
        required: true
        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
      requestBody:
        content:
          application/json-patch+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/CopyParameters'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/CopyParameters'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/CopyParameters'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/CopyParameters'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/AdvancedForm'
            application/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/AdvancedForm'
            text/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/AdvancedForm'
  /advanced-forms/update-autofill:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    post:
      tags:
      - AdvancedForm
      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/AutofillRequest'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/AutofillRequest'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/AutofillRequest'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/AutofillRequest'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                type: boolean
            application/json; ver=1.0:
              schema:
                type: boolean
            text/json; ver=1.0:
              schema:
                type: boolean
  /v{version}/advanced-forms/update-autofill:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    post:
      tags:
      - AdvancedForm
      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/AutofillRequest'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/AutofillRequest'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/AutofillRequest'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/AutofillRequest'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                type: boolean
            application/json; ver=1.0:
              schema:
                type: boolean
            text/json; ver=1.0:
              schema:
                type: boolean
components:
  schemas:
    AdvancedForm:
      type: object
      properties:
        id:
          type: integer
          format: int64
        advancedFormGroupId:
          type: string
          format: uuid
        body:
          type:
          - string
          - 'null'
        draftBody:
          type:
          - string
          - 'null'
        description:
          type:
          - string
          - 'null'
        facilityId:
          type: integer
          format: int32
        isModified:
          type: boolean
        isPublished:
          type: boolean
        isDeleted:
          type: boolean
        name:
          type:
          - string
          - 'null'
        isAutoFillEnabled:
          type: boolean
      additionalProperties: false
    CopyParameters:
      type: object
      properties:
        destinationFacilityIds:
          type:
          - array
          - 'null'
          items:
            type: integer
            format: int32
      additionalProperties: false
    DataValueRequest:
      type: object
      properties:
        id:
          type:
          - integer
          - 'null'
          format: int32
        advancedFormInstanceId:
          type: integer
          format: int64
        booleanValue:
          type:
          - boolean
          - 'null'
        dataFacetId:
          type: integer
          format: int32
        dateTimeValue:
          type:
          - string
          - 'null'
          format: date-time
        decimalValue:
          type:
          - number
          - 'null'
          format: double
        fileValue:
          type:
          - string
          - 'null'
        integerValue:
          type:
          - integer
          - 'null'
          format: int32
        imageValue:
          type:
          - string
          - 'null'
          format: byte
        jsonValue:
          type:
          - string
          - 'null'
        leadId:
          type: integer
          format: int32
        signatureValue:
          type:
          - string
          - 'null'
        stringValue:
          type:
          - string
          - 'null'
      additionalProperties: false
    AdvancedFormSaveRequest:
      type: object
      properties:
        dataValues:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/DataValueRequest'
      additionalProperties: false
    AutofillRequest:
      type: object
      properties:
        advancedFormId:
          type: integer
          format: int32
        facilityIds:
          type:
          - array
          - 'null'
          items:
            type: integer
            format: int32
        isAutofillEnabled:
          type: boolean
      additionalProperties: false
    DataValueWithKindResponse:
      type: object
      properties:
        id:
          type:
          - integer
          - 'null'
          format: int32
        advancedFormInstanceId:
          type: integer
          format: int64
        booleanValue:
          type:
          - boolean
          - 'null'
        dataFacetId:
          type: integer
          format: int32
        dateTimeValue:
          type:
          - string
          - 'null'
          format: date-time
        decimalValue:
          type:
          - number
          - 'null'
          format: double
        fileValue:
          type:
          - string
          - 'null'
        integerValue:
          type:
          - integer
          - 'null'
          format: int32
        imageValue:
          type:
          - string
          - 'null'
          format: byte
        jsonValue:
          type:
          - string
          - 'null'
        leadId:
          type: integer
          format: int32
        signatureValue:
          type:
          - string
          - 'null'
        stringValue:
          type:
          - string
          - 'null'
        createdDate:
          type:
          - string
          - 'null'
          format: date-time
        dataKind:
          $ref: '#/components/schemas/DataKind'
      additionalProperties: false
    DataKind:
      enum:
      - 0
      - 1
      - 2
      - 3
      - 4
      - 5
      - 6
      - 7
      - 8
      - 9
      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-advancedform-api-openapi.yml
- alleva-rest-api-openapi.yml