Create Folder

cancel
Showing results for 
Search instead for 
Did you mean: 
dadamia
Active Member

Create Folder

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
calvo
Senior Member

Re: Create Folder

ranjeetsi
Established Member II

Re: Create Folder

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
Established Member II

Re: Create Folder

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)