Headless LMS

Report usage on a target; the progress service decides completion

POST
/api/learn/progress

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/api/learn/progress" \  -H "Content-Type: application/json" \  -d '{    "activity": "string",    "reports": [      {        "property1": null,        "property2": null      }    ]  }'
{  "status": "in-progress"}
{  "error": "string",  "message": "string"}