Skip to content
English
  • There are no suggestions because the search field is empty.

API call for Team Folder

Original Question or Issue:

I am trying to create a team folder by api but I cannot find any documentation on team folder creation. Is there a way to do that?


Environment:

  • Product - FileCloud Server
  • Version - Any
  • Platform - Any

Steps to Reproduce:

FileCloud server and API client


Error or Log Message:

 


Defect or Enhancement Number:

 


Cause:

New setup.


Resolution or Workaround:

Please note that the Team Folder feature should be first configured:  Configure the Team Folders Account - FileCloud Docs - Server

After you created a dedicated user for the Team folder feature during the previous step, you'll have to authentify using the loginguest API:

POST http://192.168.56.52/core/loginguest?userid=portal&password=XXXXXX

Then, use the API createfolder to create a new folder called test under Team Folder:

POST http://192.168.56.52/core/createfolder?name=test&path=/portal


Notes:

You can find a detailed description of all the FileCloud User Interface APIs using the following link: Swagger UI