Alleva Advanced Form Instance API

The AdvancedFormInstance API from Alleva — 2 operation(s) for advancedforminstance.

Operations 4

POST /advanced-forms/instance Create advanced forms instance #
GET /advanced-forms/instance Get advanced forms instance #
POST /v{version}/advanced-forms/instance Create v{version} advanced forms instance #
GET /v{version}/advanced-forms/instance Get v{version} advanced forms instance #

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-advancedforminstance-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-advancedforminstance-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Alleva Rest Advanced Form Instance API
  version: '1.0'
security:
- Bearer: []
tags:
- name: AdvancedFormInstance
paths:
  /advanced-forms/instance:
    post:
      tags:
      - AdvancedFormInstance
      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/AdvancedFormInstance'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/AdvancedFormInstance'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/AdvancedFormInstance'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/AdvancedFormInstance'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/AdvancedFormInstance'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/AdvancedFormInstance'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/AdvancedFormInstance'
      summary: Create advanced forms instance
      x-summary-source: derived
      operationId: postAdvancedFormsInstance
      x-operation-id-source: derived
    get:
      tags:
      - AdvancedFormInstance
      parameters:
      - name: AdvancedFormId
        in: query
        schema:
          type: integer
          format: int32
      - name: LeadId
        in: query
        schema:
          type: integer
          format: int64
      - name: SourceKey
        in: query
        schema:
          type: integer
          format: int64
      - name: SourceTypeId
        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:
                $ref: '#/components/schemas/AdvancedFormInstance'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/AdvancedFormInstance'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/AdvancedFormInstance'
      summary: Get advanced forms instance
      x-summary-source: derived
      operationId: getAdvancedFormsInstance
      x-operation-id-source: derived
  /v{version}/advanced-forms/instance:
    post:
      tags:
      - AdvancedFormInstance
      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/AdvancedFormInstance'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/AdvancedFormInstance'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/AdvancedFormInstance'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/AdvancedFormInstance'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/AdvancedFormInstance'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/AdvancedFormInstance'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/AdvancedFormInstance'
      summary: Create v{version} advanced forms instance
      x-summary-source: derived
      operationId: postV{version}AdvancedFormsInstance
      x-operation-id-source: derived
    get:
      tags:
      - AdvancedFormInstance
      parameters:
      - name: AdvancedFormId
        in: query
        schema:
          type: integer
          format: int32
      - name: LeadId
        in: query
        schema:
          type: integer
          format: int64
      - name: SourceKey
        in: query
        schema:
          type: integer
          format: int64
      - name: SourceTypeId
        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:
                $ref: '#/components/schemas/AdvancedFormInstance'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/AdvancedFormInstance'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/AdvancedFormInstance'
      summary: Get v{version} advanced forms instance
      x-summary-source: derived
      operationId: getV{version}AdvancedFormsInstance
      x-operation-id-source: derived
components:
  schemas:
    CustomFormSourceType:
      enum:
      - 1
      - 2
      - 3
      - 4
      - 5
      - 6
      - 7
      - 8
      - 9
      type: integer
      format: int32
    UserType:
      enum:
      - 0
      - 1
      - 2
      type: integer
      format: int32
    AdvancedFormInstance:
      type: object
      properties:
        id:
          type: integer
          format: int32
        advancedFormId:
          type: integer
          format: int32
        leadId:
          type: integer
          format: int64
        sourceKey:
          type:
          - integer
          - 'null'
          format: int64
        sourceTypeId:
          $ref: '#/components/schemas/CustomFormSourceType'
        isDeleted:
          type: boolean
        deletedDate:
          type:
          - string
          - 'null'
          format: date-time
        deletedBy:
          type:
          - integer
          - 'null'
          format: int32
        updatedBy:
          type:
          - integer
          - 'null'
          format: int32
        updateDate:
          type:
          - string
          - 'null'
          format: date-time
        createdBy:
          type: integer
          format: int32
        createdByUserType:
          $ref: '#/components/schemas/UserType'
        updatedByUserType:
          $ref: '#/components/schemas/UserType'
        createdDate:
          type: string
          format: date-time
      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