Hi,
I'm trying to access the Alfresco repository via the REST API. Currently I have the problem that I need the ID of a folder/space to get its children or other information about this folder/space:
GET /alfresco/service/api/node/{store_type}/{store_id}/{id}/children?types={types}&filter={filter?}&skipCount={skipCount?}&maxItems={maxItems?}
Where do I get the ID of a folder? I'm missing a function that returns all spaces of "workspace/SpacesStore" or something like this.
How can I build a list of all spaces if I don't know all the IDs????
Best Regards
Markus