Skip to content

Retrieve All Root Nodes

Retrieves all root EDL nodes and node metadata. Learn more about EDL hierarchies in Vault Help.

GET/api/{version}/composites/trees/{edl_hierarchy_or_template}
NameDescription
Content-Typeapplication/json (default) or text/csv
Acceptapplication/json (default) or application/xml or text/csv
curl -X POST -H "Authorization: {SESSION_ID}" \
https://myvault.veevavault.com/api/v24.3/composites/trees/edl_hierarchy__v
{
  "responseStatus": "SUCCESS",
  "data": [
    {
      "id": "0000000000000JIT",
      "order__v": 1,
      "ref_type__v": "edl__v",
      "ref_name__v": "NewEDL",
      "url": "/vobjects/edl__v/0EL000000001901",
      "ref_id__v": "0EL000000001901",
      "parent_id__v": null
    }
  ]
}