AlgoJudge documentation0.1
REST reference

Lti Session

POST/lti/session/claim

Request Body

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/lti/session/claim" \  -H "Content-Type: application/json" \  -d '{    "ticket": "string"  }'
{  "linkId": "string",  "activitySlug": "string",  "seriesId": "string",  "contextTitle": "string",  "locale": "string",  "embedded": true,  "returnUrl": "string"}