I need to know how to get the Uuid for a Pydio Cell.
I am using the REST API to modify and share cells, but can’t find the Uuid for the cell itself.
Anyone know the best way to find them?
Hello @Dustin,
you can list all the nodes (including the cells) with http://example.com/a/meta/bulk/get
- method:
POST
- url:
http://example.com/a/meta/bulk/get
- body: example
{"NodePaths":["cell2/","cell2//*"],"Limit":200}
(this case is for Cells created without root nodes - meaning the + button on the list)
1 Like