Registrations
List Linked By Nodes
Retrieve a list of nodes that have added the specified registration as a node link. This endpoint allows you to discover which nodes are referencing the given registration by including it in their node links.
Permissions
- Public registrations expose their linked by nodes publicly.
- Private registrations require appropriate read permissions to view this relationship.
Returns
- A JSON object containing a data array of node resources that link to the specified registration.
get/registrations/{registration_id}/linked_by_nodes/
Path parameters
registration_idstring required
The unique identifier of the registration.
Response
Successful retrieval of nodes linking to the specified registration.