---
title: "Submit Results to Score an Assessment with results mapped to the Lightcast Occupation Taxonomy"
method: POST
path: "/assessments/results/lot"
---

# Submit Results to Score an Assessment with results mapped to the Lightcast Occupation Taxonomy

`POST /assessments/results/lot`

## Query parameters

- `lotVersion` string
- `noSave` boolean

## Request body

- AssessmentPOST
  - `data` object
    - `type` string, required
    - `attributes` object, required
      - `question-set` string
      - `results` object[], required
        - `trait-id` 'R' | 'I' | 'A' | 'S' | 'E' | 'C', required
        - `weight` number, required
      - `subdomain` string
      - `user-id` string

## Response `201`

- string

## Other responses

- `400`

---

[API](https://skmtc.net/lightcast/apis/alumni-pathways-2-0.md) · [All operations](https://skmtc.net/lightcast/apis/alumni-pathways-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightcast/alumni-pathways-2-0/revisions/fc66b9877391/schema)
