Skip to content

Retrieves the root node ID for the given EDL record IDs.

POST/api/{version}/composites/trees/{edl_hierarchy_or_template}/actions/listnodes
NameDescription
Content-Typeapplication/json (default) or text/csv
Acceptapplication/json (default) or application/xml or text/csv
NameDescription
edl_hierarchy_or_templateChoose to retrieve nodes for either edl_hierarchy__v or edl_template__v.

In the body of the request, include a raw JSON object with the following information:

curl -X POST -H "Authorization: {SESSION_ID}" \ --header 'Content-Type: application/json' \ --data-raw '[ { "ref_id__v": "0EL000000000401" } ]' \ https:myvault.veevavault.com/api/v25.1/composites/trees/edl_hierarchy__v/actions/listnodes
{ "responseStatus": "SUCCESS", "data": [ { "responseStatus": "SUCCESS", "id": "0000000000000IR1", "ref_id__v": "0EL000000000401" } ] }