🌳Entry Hierarchy

Learn how to add an entry as a child or parent of another entry

Add an entry as a child or parent to another entry

GET https://api.echo3d.com/hierarchy?key=<API_KEY>&entry=<ENTRY_ID>&operation=<OPERATION>&relatedToEntryId=<RELATED_TO_ENTRY_ID>

Path Parameters

NameTypeDescription

key*

String

Your API key

entry*

String

Entry ID to add either a Child or Parent to

secKey

String

Your Secret key. Only if enabled through the Security page.

operation*

String

Either addParent or addChild

relatedToEntryId*

String

The Entry ID of the entry to be added as a Child or Parent

Last updated