Get the Destination Node tree for a Destination
Returns the Destination root together with every Destination Node currently attached to it. There is no endpoint that lists Destination Nodes on their own, so use this endpoint to enumerate them.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
spaceId
ID of the space.
environmentId
ID of the environment.
destinationId
ID of the Destination.
Response
OK - Request successful
root
Root of the tree. Destination Nodes created without a parent hang from this root.
nodes
Flat list of every folder, experience, and redirect Destination Node in the tree.