Alleva Data Value API

The DataValue API from Alleva — 4 operation(s) for datavalue.

Operations 4

POST /data-values/search
POST /v{version}/data-values/search
PUT /data-values/{dataFacetId}
PUT /v{version}/data-values/{dataFacetId}

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-datavalue-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-datavalue-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Alleva Data Value API
  version: '1.0'
  description: 'Operations tagged DataValue across 2 of this provider''s published API definitions: alleva-datavalue-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: DataValue
paths:
  /data-values/search:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    post:
      tags:
      - DataValue
      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/DataValuesSearch'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/DataValuesSearch'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/DataValuesSearch'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/DataValuesSearch'
      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}/data-values/search:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    post:
      tags:
      - DataValue
      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/DataValuesSearch'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/DataValuesSearch'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/DataValuesSearch'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/DataValuesSearch'
      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'
  /data-values/{dataFacetId}:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    put:
      tags:
      - DataValue
      parameters:
      - name: dataFacetId
        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/DataValueWithKind'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/DataValueWithKind'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/DataValueWithKind'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/DataValueWithKind'
      responses:
        '200':
          description: Success
  /v{version}/data-values/{dataFacetId}:
    servers:
    - url: https://api.helloalleva.com
      description: Base URL reconciled from apis.yml
    put:
      tags:
      - DataValue
      parameters:
      - name: dataFacetId
        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/DataValueWithKind'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/DataValueWithKind'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/DataValueWithKind'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/DataValueWithKind'
      responses:
        '200':
          description: Success
components:
  schemas:
    DataValueWithKind:
      type: object
      properties:
        id:
          type:
          - integer
          - 'null'
          format: int32
        advancedFormInstanceId:
          type: integer
          format: int64
        booleanValue:
          type:
          - boolean
          - 'null'
        createdBy:
          type:
          - integer
          - 'null'
          format: int32
        createdByUserType:
          $ref: '#/components/schemas/UserType'
        createdDate:
          type:
          - string
          - 'null'
          format: date-time
        dataFacetId:
          type: integer
          format: int32
        dateTimeValue:
          type:
          - string
          - 'null'
          format: date-time
        decimalValue:
          type:
          - number
          - 'null'
          format: double
        integerValue:
          type:
          - integer
          - 'null'
          format: int32
        imageValue:
          type:
          - string
          - 'null'
          format: byte
        jsonValue:
          type:
          - string
          - 'null'
        fileValue:
          type:
          - string
          - 'null'
        leadId:
          type: integer
          format: int32
        modifiedBy:
          type:
          - integer
          - 'null'
          format: int32
        modifiedByUserType:
          $ref: '#/components/schemas/UserType'
        modifiedDate:
          type:
          - string
          - 'null'
          format: date-time
        originalFormId:
          type: integer
          format: int32
        signatureValue:
          type:
          - string
          - 'null'
          format: byte
        stringValue:
          type:
          - string
          - 'null'
        dataKind:
          $ref: '#/components/schemas/DataKind'
      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
    UserType:
      enum:
      - 0
      - 1
      - 2
      type: integer
      format: int32
    DataValuesSearch:
      type: object
      properties:
        datafacetIds:
          type:
          - array
          - 'null'
          items:
            type: integer
            format: int32
        leadId:
          type: integer
          format: int32
        advancedFormInstanceId:
          type: integer
          format: int64
        advancedFormId:
          type: integer
          format: int32
      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-datavalue-api-openapi.yml
- alleva-rest-api-openapi.yml