Alleva Level Of Care API

The LevelOfCare API from Alleva — 4 operation(s) for levelofcare.

Operations 10

POST /levels-of-care Create levels of care #
GET /levels-of-care Get levels of care #
POST /v{version}/levels-of-care Create v{version} levels of care #
GET /v{version}/levels-of-care Get v{version} levels of care #
DELETE /levels-of-care/{id} Delete levels of care by id #
PATCH /levels-of-care/{id} Update levels of care by id #
GET /levels-of-care/{id} Get levels of care by id #
DELETE /v{version}/levels-of-care/{id} Delete v{version} levels of care by id #
PATCH /v{version}/levels-of-care/{id} Update v{version} levels of care by id #
GET /v{version}/levels-of-care/{id} Get v{version} levels of care by id #

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-levelofcare-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-levelofcare-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Alleva Rest Level Of Care API
  version: '1.0'
security:
- Bearer: []
tags:
- name: LevelOfCare
paths:
  /levels-of-care:
    post:
      tags:
      - LevelOfCare
      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/LevelOfCare'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/LevelOfCare'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/LevelOfCare'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/LevelOfCare'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/LevelOfCare'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/LevelOfCare'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/LevelOfCare'
      summary: Create levels of care
      x-summary-source: derived
      operationId: postLevelsOfCare
      x-operation-id-source: derived
    get:
      tags:
      - LevelOfCare
      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/LevelOfCare'
            application/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/LevelOfCare'
            text/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/LevelOfCare'
      summary: Get levels of care
      x-summary-source: derived
      operationId: getLevelsOfCare
      x-operation-id-source: derived
  /v{version}/levels-of-care:
    post:
      tags:
      - LevelOfCare
      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/LevelOfCare'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/LevelOfCare'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/LevelOfCare'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/LevelOfCare'
      responses:
        '200':
          description: Success
          content:
            text/plain; ver=1.0:
              schema:
                $ref: '#/components/schemas/LevelOfCare'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/LevelOfCare'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/LevelOfCare'
      summary: Create v{version} levels of care
      x-summary-source: derived
      operationId: postV{version}LevelsOfCare
      x-operation-id-source: derived
    get:
      tags:
      - LevelOfCare
      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/LevelOfCare'
            application/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/LevelOfCare'
            text/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/LevelOfCare'
      summary: Get v{version} levels of care
      x-summary-source: derived
      operationId: getV{version}LevelsOfCare
      x-operation-id-source: derived
  /levels-of-care/{id}:
    delete:
      tags:
      - LevelOfCare
      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/LevelOfCare'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/LevelOfCare'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/LevelOfCare'
      summary: Delete levels of care by id
      x-summary-source: derived
      operationId: deleteLevelsOfCareById
      x-operation-id-source: derived
    patch:
      tags:
      - LevelOfCare
      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/LevelOfCare'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/LevelOfCare'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/LevelOfCare'
      summary: Update levels of care by id
      x-summary-source: derived
      operationId: patchLevelsOfCareById
      x-operation-id-source: derived
    get:
      tags:
      - LevelOfCare
      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/LevelOfCare'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/LevelOfCare'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/LevelOfCare'
      summary: Get levels of care by id
      x-summary-source: derived
      operationId: getLevelsOfCareById
      x-operation-id-source: derived
  /v{version}/levels-of-care/{id}:
    delete:
      tags:
      - LevelOfCare
      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/LevelOfCare'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/LevelOfCare'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/LevelOfCare'
      summary: Delete v{version} levels of care by id
      x-summary-source: derived
      operationId: deleteV{version}LevelsOfCareById
      x-operation-id-source: derived
    patch:
      tags:
      - LevelOfCare
      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/LevelOfCare'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/LevelOfCare'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/LevelOfCare'
      summary: Update v{version} levels of care by id
      x-summary-source: derived
      operationId: patchV{version}LevelsOfCareById
      x-operation-id-source: derived
    get:
      tags:
      - LevelOfCare
      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/LevelOfCare'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/LevelOfCare'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/LevelOfCare'
      summary: Get v{version} levels of care by id
      x-summary-source: derived
      operationId: getV{version}LevelsOfCareById
      x-operation-id-source: derived
components:
  schemas:
    LevelOfCare:
      type: object
      properties:
        id:
          type: integer
          format: int32
        href:
          type:
          - string
          - 'null'
          readOnly: true
        name:
          type:
          - string
          - 'null'
        description:
          type:
          - string
          - 'null'
        hoursPerDay:
          type: integer
          format: int32
        isWeekDaysApplied:
          type: integer
          format: int32
        daysPerWeek:
          type: integer
          format: int32
        isActive:
          type: boolean
        canModifyOrDelete:
          type: boolean
        inUse:
          type: boolean
      additionalProperties: false
    JToken:
      type: array
      items:
        $ref: '#/components/schemas/JToken'
  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