Registrations
List Child Registrations of a Registration
Retrieve a list of child registrations for a specific registration. Registrations can have hierarchical relationships, where one registration can have multiple child registrations. This endpoint returns all registrations that are children of the given parent registration.
Permissions
- Public registrations will display their children publicly.
- Private registrations require appropriate permissions to view child registrations.
Returns
- A JSON object with a data key containing a list of child registration resources.
get/registrations/{registration_id}/registrations/
Path parameters
registration_idstring required
The unique identifier of the parent registration.
Query parameters
pageinteger
Page number of results to view (pagination).
filterstring
Filter results by specific fields, e.g., filter[title]=keyword.
embedstring
Comma-separated list of related resources to embed.
Response
Successful retrieval of child registrations.