learn-registrations
Get Registration
Get a registration by ID.
load_registration_for_user enforces org-scope plus ownership: admin /
office-admin see any registration in their org; other roles see only
registrations belonging to their own assignments. Cross-org and
cross-user accesses return 404 without disclosing existence.
GET
Get Registration
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Include enriched data (user/course/ship names)
Response
Successful Response
- RegistrationDTO
- RegistrationDetailDTO
Registration data transfer object - returned from repositories. Represents a course enrollment/registration record.
Note: The registration.id is used as the xAPI registration ID.
Get Registration