Nodes
List Registrations Linking to a Node
Retrieve a list of registrations that have created links to the specified node.
Permissions
- Public registrations are visible to everyone.
- Registrations with restricted visibility require appropriate permissions to access.
- The authenticated user must have read access to see restricted registrations linking to this node.
Returns
- A paginated list of registrations that link to the specified node.
get/nodes/{node_id}/linked_by_registrations/
Path parameters
node_idstring required
The unique identifier of the node to look up linked registrations for.
Query parameters
pageinteger
Page number of the results to return (pagination).
filterstring
Filter results by registration attributes (e.g., filter[title]=example).
sortstring
Sort the returned registrations.
- date_created: Sort by creation date.
- title: Sort alphabetically by title.
Response
A paginated list of registrations linking to the node.