cancel
Showing results for 
Search instead for 
Did you mean: 

Create Folder

dadamia
Champ on-the-rise
Champ on-the-rise

Dear Friends!

Please, Can You Help me?

I want to create folder in alfresco REST API in version 5.1, not in 5.2

Can You give me some documentation?

Thank You in advance

3 REPLIES 3

calvo
Star Collaborator
Star Collaborator

ranjeetsi
Star Contributor
Star Contributor

You can use CMIS REST api :

http://localhost:8080/alfresco/service/api/login?u=admin&pw=admin 

The above would give you the ticket.

You can use that ticket in below for alf_ticket and provide the objectId where you have to create the folder.

http://localhost:8080/alfresco/api/-default-/public/cmis/versions/1.1/browser/root?objectId=edae3809... 

Thanks,

Ranjeet

Alfresco Content Services Certified Engineer (ACSCE)

ranjeetsi
Star Contributor
Star Contributor

Also please check the links for the documentation:

the specification:

http://docs.oasis-open.org/cmis/CMIS/v1.1/os/CMIS-v1.1-os.pdf 

article:

http://xml.coverpages.org/Potts-Optaros-CMIS-Tutorial-200912.pdf 

Alfresco Content Services Certified Engineer (ACSCE)