REST API and Collections

Hi,

I need to create and get collections using the REST API.

I've been trying to GET the existing ones using the API playground but I can't find the way.

Could you please tell me which call I must perform to:

  • GET a collection
  • PUT a new collection

Thank you!

Nicolas

1 votes

1 answers

2509 views

ANSWER



Hi

Try this

http://nuxeo.github.io/api-playground/#/resources/directory/0/GET

and other associated resources

Regards Christian

0 votes