Registrations
List Registration Actions
Retrieve a list of actions performed on a specific registration. Actions represent state transitions or moderation events, such as submission, approval, rejection, and withdrawal requests.
Permissions
- Publicly accessible if the registration is public.
- Administrators of the registration always have access.
- Moderators of the associated Registration Provider may have access depending on action type.
Returns
- A JSON object containing a list of registration actions returned in a data array.
- Each action describes a specific event or state transition applied to the registration.
get/registrations/{registration_id}/actions/
Path parameters
registration_idstring required
The unique identifier of the registration.
Response
Successful retrieval of registration actions.