Dokumentacja AlgoJudge0.1
REST reference

Lti Session

Ta strona jest po angielsku

Polskie tłumaczenie obejmuje sekcje Instalacja i utrzymanie i Korzystanie z AlgoJudge. Pozostałe sekcje są materiałem technicznym i pozostają po angielsku.
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"}