Learn how to add an entry as a child or parent of another entry
GET https://api.echo3d.com/hierarchy?key=<API_KEY>&email=<EMAIL>&userKey=<USER_KEY>&entry=<ENTRY_ID>&operation=<OPERATION>&relatedToEntryId=<RELATED_TO_ENTRY_ID>
GET
https://api.echo3d.com/hierarchy?key=<API_KEY>&email=<EMAIL>&userKey=<USER_KEY>&entry=<ENTRY_ID>&operation=<OPERATION>&relatedToEntryId=<RELATED_TO_ENTRY_ID>
key*
string
Your API key
entryId*
Entry ID to add either a Child or Parent to
email*
Your email address
userKey*
Your authentication key
operation*
Either addParent or addChild
relatedToEntryId*
The Entry ID of the entry to be added as a Child or Parent
secKey
Your Secret key. Only if enabled through the Security page.
Last updated 3 days ago