i have created site ,name as testing under that created folder test.I am uploading images under test1 as sub folder under test by using rest API.i can get noderef of site by using url http://localhost:8081/alfresco/service/api/sites/testing
it give result like this { "url": "/alfresco/service/api/sites/testing", "sitePreset": "site-dashboard", "shortName": "testing", "title": "Sample: Web Site Design Project", "description": "This is a Sample Alfresco Team site.", "node": "/alfresco/service/api/node/workspace/SpacesStore/b4cff62a-664d-4d45-9302-98723eac1319", "tagScope": "/alfresco/service/api/tagscopes/workspace/SpacesStore/b4cff62a-664d-4d45-9302-98723eac1319", "siteManagers": [ "admin", "mjackson" ], "isPublic": true, "visibility": "PUBLIC" } but i tried to get children of this by giving url