cancel
Showing results for 
Search instead for 
Did you mean: 

404 answer on descendants request

barzoo346
Champ in-the-making
Champ in-the-making
Hello evrybody.
I'm new on alfresco and i have some issue about the descendants request :
http://localhost:8080/alfresco/service/api/node/{store_type}/{store_id}/{id}/descendants?types={type...?}

I'm running the Community v5.0.0 (c r91299-b145) schema 8,009 version

I already succed on API/REST using for others request like :
/api/blog/site/{site}/{container},
/api/site/folder/{site}/{container}/{path}
/api/upload
….

But when i try to use :
http://localhost:8080/alfresco/service/api/node/{store_type}/{store_id}/{id}/descendants?types={type...?}
with those informations :
http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/40bcaae5-2820-48c4-a0eb-5605e3...
where 40bcaae5-2820-48c4-a0eb-5605e349123f is the id of a prevously create folder.
a get a 404 Error.

When a go to :
http://localhost:8080/alfresco/service/index/uri/
I have 394 Web Scripts but i can't find the descendants scripts.
Is it normal ? Should I download it ? Where ?

Thx in advence
And sry for the bad english
1 REPLY 1

barzoo346
Champ in-the-making
Champ in-the-making
Up !
Just a little up of the topic, for the moment I use an old version of alfresco to have the descendants script. how to have it in alfresco 5.0 c ?