Get Dynamic Registration by ID
Get information about a dynamic registration event.
API Authentication Method | Supported |
---|---|
LTIK-AUTH-V2 | |
SERVICE-AUTH-V1 | |
Bearer | ✅ |
Path Parameters
The ID of the dynamic registration
Query Parameters
Get the unfiltered registration with extra, uncommonly used metadata
- 200
- 401
Schema
- Array [
- ]
supportedMessages object[] required
{
"url": "string",
"familyCode": "string",
"version": "string",
"supportedScopes": [
"string"
],
"supportedMessages": [
{
"type": "string",
"placements": [
"string"
]
}
]
}
{
"url": "https://moodle.ltiaas.com",
"familyCode": "moodle",
"version": "4.4.1+ (Build: 20240705)",
"supportedScopes": [
"https://purl.imsglobal.org/spec/lti-bo/scope/basicoutcome",
"https://purl.imsglobal.org/spec/lti-ags/scope/lineitem.readonly",
"https://purl.imsglobal.org/spec/lti-ags/scope/result.readonly",
"https://purl.imsglobal.org/spec/lti-ags/scope/score",
"https://purl.imsglobal.org/spec/lti-ags/scope/lineitem",
"https://purl.imsglobal.org/spec/lti-nrps/scope/contextmembership.readonly",
"https://purl.imsglobal.org/spec/lti-ts/scope/toolsetting",
"openid"
],
"supportedMessages": [
{
"type": "LtiResourceLinkRequest"
},
{
"type": "LtiDeepLinkingRequest",
"placements": [
"ContentArea"
]
}
]
}
Unauthorized. Please check our guide on Authenticating API requests to learn about how authentication works in the LTIAAS API.
Schema
Default value: 401
Default value: Unauthorized
details object
Default value: INVALID_LTIK_AUTH_AUTHORIZATION_HEADER
{
"status": 401,
"error": "Unauthorized",
"details": {
"message": "INVALID_LTIK_AUTH_AUTHORIZATION_HEADER",
"description": "Invalid API key"
}
}
{
"status": 401,
"error": "Unauthorized",
"details": {
"message": "INVALID_LTIK_AUTH_AUTHORIZATION_HEADER",
"description": "Invalid API key"
}
}