Skip to main content
GET
Get My Feedback State

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

registration_id
string<uuid>
required

Response

Successful Response

State snapshot for the course player: tells the client whether the crew member has already submitted feedback and what the current registration status is. The frontend uses this to decide whether to show the feedback modal on mount, on completion, or not at all.

registrationStatus
string
required
feedback
CourseFeedbackResponseDTO · object | null

API response after submission or lookup (camelCase for frontend).