REST reference
Lti Registrations
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.
curl -X GET "https://example.com/lti/registrations"[ { "id": "string", "note": "string", "registrationUrl": "string", "expiresAt": "string", "usedAt": "string", "platformId": "string" }]curl -X POST "https://example.com/lti/registrations" \ -H "Content-Type: application/json" \ -d '{}'{ "id": "string", "note": "string", "registrationUrl": "string", "expiresAt": "string", "usedAt": "string", "platformId": "string"}curl -X POST "https://example.com/lti/registrations/497f6eca-6276-4993-bfeb-53cbbbba6f08/revoke"Empty