Get the default node<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } 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'