Registrations
Retrieve Institution Relationships for a Registration
Retrieve the relationship data for the institutions affiliated with a specific registration. This endpoint returns a resource identifier object for each institution related to the registration. To retrieve detailed information about these institutions, use the related link or query the /institutions/ endpoint.
Permissions
- Public registrations will display their institutions publicly.
- Private registrations require appropriate permissions to view affiliated institutions.
Returns
- A JSON object with a data key, containing an array of institutions resource identifier objects (id and type).
get/registrations/{registration_id}/relationships/institutions/
Path parameters
registration_idstring required
The unique identifier of the registration.
Response
Successfully retrieved the affiliated institutions relationship data for this registration.