Registrations
List Schema Responses for a Registration
Retrieve a list of all Schema Responses associated with a specific registration. Schema Responses represent the answers provided to a registration schema's questions. They reflect the current and historical state of responses submitted for the registration. A registration can have multiple schema responses over time due to edits or updates, depending on the registration provider's workflow.
Permissions
- Publicly accessible for public registrations.
- Private registrations require appropriate permissions (must be a contributor with read access).
Returns
- A JSON object with a data key containing an array of schema response resources.
- Each schema response includes its current state, related actions, and the data provided in the registration form.
get/registrations/{registration_id}/schema_responses/
Path parameters
registration_idstring required
The unique identifier of the registration.
Query parameters
pageinteger
Page number of results to view (pagination).
filter[state]string
Filter schema responses by their state (e.g., in_progress, unapproved, approved, pending_moderation).
Response
Successfully retrieved list of schema responses for this registration.