Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET 'https://api.example.com/resource-hierarchy/parent/resource_doc_456' \ -H 'Authorization: Bearer YOUR_TOKEN'
{ "id": "resource_folder_123", "resourceTypeId": "rtype_folder", "displayName": "Engineering Docs", "relationshipType": "contains", "cascade": "inherit" }
Get the parent resource in the hierarchy
Was this page helpful?