This endpoint is introduced with version 3.6.
This endpoint allows retrieving the default node branch of a multi-branch node.
Endpoint
method | GET |
URI | /api/v1/data/node/default-by-path?path=[node1,node1a] |
headers
!
| Authorization | Bearer <userToken or APIkey> | |
! | Accept | application/vnd.siren+json |
response
The response is a JSON object of all node changes. In case of insufficient permissions, the response object will contain a {"AccessDeniedException"} message.
Example cURL
curl -X GET 'https://demo.sweagle.com/api/v1/data/node/default-by-path?path=myDim1,node1' -H "Authorization: bearer Xeb940d3-ea37-4766-bb6c-f0b83deafb6f" -H 'Accept: application/vnd.siren+json'