Alleva Homework API

The Homework API from Alleva — 8 operation(s) for homework.

Operations 10

GET /homework/{id}/assignment Get homework by id assignment #
GET /v{version}/homework/{id}/assignment Get v{version} homework by id assignment #
PATCH /homework/{id} Update homework by id #
GET /homework/{id} Get homework by id #
PATCH /v{version}/homework/{id} Update v{version} homework by id #
GET /v{version}/homework/{id} Get v{version} homework by id #
POST /homework/{id}/notes Create homework by id notes #
POST /v{version}/homework/{id}/notes Create v{version} homework by id notes #
GET /homework Get homework #
GET /v{version}/homework Get v{version} homework #

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-homework-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-homework-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Alleva Rest Homework API
  version: '1.0'
security:
- Bearer: []
tags:
- name: Homework
paths:
  /homework/{id}/assignment:
    get:
      tags:
      - Homework
      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
      summary: Get homework by id assignment
      x-summary-source: derived
      operationId: getHomeworkByIdAssignment
      x-operation-id-source: derived
  /v{version}/homework/{id}/assignment:
    get:
      tags:
      - Homework
      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
      summary: Get v{version} homework by id assignment
      x-summary-source: derived
      operationId: getV{version}HomeworkByIdAssignment
      x-operation-id-source: derived
  /homework/{id}:
    patch:
      tags:
      - Homework
      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/Homework'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/Homework'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/Homework'
      summary: Update homework by id
      x-summary-source: derived
      operationId: patchHomeworkById
      x-operation-id-source: derived
    get:
      tags:
      - Homework
      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/Homework'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/Homework'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/Homework'
      summary: Get homework by id
      x-summary-source: derived
      operationId: getHomeworkById
      x-operation-id-source: derived
  /v{version}/homework/{id}:
    patch:
      tags:
      - Homework
      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/Homework'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/Homework'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/Homework'
      summary: Update v{version} homework by id
      x-summary-source: derived
      operationId: patchV{version}HomeworkById
      x-operation-id-source: derived
    get:
      tags:
      - Homework
      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/Homework'
            application/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/Homework'
            text/json; ver=1.0:
              schema:
                $ref: '#/components/schemas/Homework'
      summary: Get v{version} homework by id
      x-summary-source: derived
      operationId: getV{version}HomeworkById
      x-operation-id-source: derived
  /homework/{id}/notes:
    post:
      tags:
      - Homework
      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:
              $ref: '#/components/schemas/HomeworkNote'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/HomeworkNote'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/HomeworkNote'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/HomeworkNote'
      responses:
        '200':
          description: Success
      summary: Create homework by id notes
      x-summary-source: derived
      operationId: postHomeworkByIdNotes
      x-operation-id-source: derived
  /v{version}/homework/{id}/notes:
    post:
      tags:
      - Homework
      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:
              $ref: '#/components/schemas/HomeworkNote'
          application/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/HomeworkNote'
          text/json; ver=1.0:
            schema:
              $ref: '#/components/schemas/HomeworkNote'
          application/*+json; ver=1.0:
            schema:
              $ref: '#/components/schemas/HomeworkNote'
      responses:
        '200':
          description: Success
      summary: Create v{version} homework by id notes
      x-summary-source: derived
      operationId: postV{version}HomeworkByIdNotes
      x-operation-id-source: derived
  /homework:
    get:
      tags:
      - Homework
      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/Homework'
            application/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Homework'
            text/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Homework'
      summary: Get homework
      x-summary-source: derived
      operationId: getHomework
      x-operation-id-source: derived
  /v{version}/homework:
    get:
      tags:
      - Homework
      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/Homework'
            application/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Homework'
            text/json; ver=1.0:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Homework'
      summary: Get v{version} homework
      x-summary-source: derived
      operationId: getV{version}Homework
      x-operation-id-source: derived
components:
  schemas:
    ResourceLink:
      type: object
      properties:
        id:
          type: integer
          format: int32
        route:
          type:
          - string
          - 'null'
      additionalProperties: false
    Homework:
      type: object
      properties:
        id:
          type: integer
          format: int32
        href:
          type:
          - string
          - 'null'
          readOnly: true
        client:
          $ref: '#/components/schemas/ResourceLink'
        treatmentPlan:
          $ref: '#/components/schemas/ResourceLink'
        title:
          type:
          - string
          - 'null'
        goals:
          type:
          - string
          - 'null'
        suggestions:
          type:
          - string
          - 'null'
        isWiley:
          type: boolean
        fileName:
          type:
          - string
          - 'null'
        startDate:
          type: string
          format: date-time
        endDate:
          type: string
          format: date-time
        status:
          type:
          - string
          - 'null'
        problem:
          type:
          - string
          - 'null'
        assignment:
          type:
          - string
          - 'null'
        notes:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/HomeworkNote'
      additionalProperties: false
    HomeworkNote:
      type: object
      properties:
        id:
          type: integer
          format: int32
        startDate:
          type: string
          format: date-time
        endDate:
          type: string
          format: date-time
        note:
          type:
          - string
          - 'null'
        status:
          type:
          - string
          - 'null'
        createdById:
          type: integer
          format: int32
          writeOnly: true
        createdDate:
          type: string
          format: date-time
      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