🌳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

Name
Type
Description

key*

string

Your API key

entry*

string

Entry ID to add either a Child or Parent to

email*

string

Your email address

userKey*

string

Your authentication key

operation*

string

Either addParent or addChild

relatedToEntryId*

string

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

secKey

string

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

Last updated

Was this helpful?