v1

latestSwagger 2.0Apache 2.02026-07-1334102.9 MB
Registrations

Retrieve Subjects Relationship for a Registration

Retrieve the relationship data for the subjects associated with a specific registration. This endpoint returns an array of subject identifiers in a relationships object, without the full subject resource details. To get the full details of the subjects, you should follow the related link provided in the relationships object or query the /registrations/{registration_id}/subjects/ endpoint.

Permissions

  • Public registrations expose this relationship publicly.
  • Private registrations require appropriate permissions to view their subjects.

Returns

  • A JSON object with a data key, which contains an array of subject resource identifier objects (id and type).
get/registrations/{registration_id}/relationships/subjects/

Path parameters

registration_idstring required

The unique identifier of the registration.

Response

Successfully retrieved the subject relationship data for this registration.