noark5_list_children
List child entities of any Noark 5 node via HATEOAS links. Provide a parent URL to fetch all child collections grouped by type, or omit it for top-level archives and creators.
Instructions
List all children of an entity using HATEOAS discovery.
Without parent_url, lists top-level entities (arkiv/fonds and arkivskaper). With parent_url, automatically discovers available child collections from the entity's links and fetches each type. Mirrors noark5_navigate_up for upward traversal.
Args: parent_url: The self-href URL of the parent entity (omit for top-level listing). filter_str: Optional OData $filter expression applied to each collection.
Returns formatted grouped list of children by type, or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter_str | No | ||
| parent_url | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |