Skip to Content

POST /test/grade

Create Grade

Create a test grade.

Request Body (CreateGradeApiRequest)

FieldTypeRequiredDescription
invocation_idstringYesTest invocation to grade
run_idstringNoRun ID for audit linkage
scoreintegerNoOverall score (ignored when full=True)
fullbooleanNoWhen true, server resolves the rubric and assigns score=total_points (max marks). Callers don’t need to know the rubric ceiling ahead of time. Overrides any caller-supplied score.
idempotency_keystringNoIdempotency key — replays the prior call instead of re-running

Response

{ "additionalProperties": true, "type": "object", "title": "Response Create Grade Test Grade Post" }
Last updated on