Skip to main content

Get node's children

Log in to add to favourites
JAVASCRIPT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
client.nodes.getChildren('c31111e7-76f7-46dd-93fb-cbf81a853a37') .then(result => { console.log('API call result: ', result); }) .catch(error => { console.log('API call fetch error: ', error); }); client.nodes.getChildren({ id: 'c31111e7-76f7-46dd-93fb-cbf81a853a37', language: 'fr-FR' }) .then(result => { console.log('API call result: ', result); }) .catch(error => { console.log('API call fetch error: ', error); });

Still need help?

New support request