Does REST API support all the features ?

Hi,

We are evaluating Nuxeo for our product. Wanted to know whether its possible to use Nuxeo REST API and do all the operations ?

For example the collaborative feature https://doc.nuxeo.com/userdoc/collaborative-features/ , is it possible to do it using REST API ? If yes then could you please provide me with the link

0 votes

1 answers

1831 views

ANSWER



Hi,

You have some of collaborative features accessible through the REST API with automation: https://doc.nuxeo.com/nxdoc/command-endpoint/ You can then search on http://explorer.nuxeo.com/nuxeo/site/distribution/Nuxeo%20Platform-9.1/listOperations the operation you're looking for.

If it's not enough for your use case, you can create your own operation https://doc.nuxeo.com/nxdoc/contributing-an-operation/

2 votes