Workspace Folder List API Service

Workspace Folder List API returns a list of folders within a Workspace. Extract the session id from the xml of the login API Call <Sessionid> tag from the resultant xml of Login API and URI tag for Workspace Folders from Workspace List API to execute Workspace Folder List API Service.

 

Usage Rules

 

 User must have been logged in to Asite Platform using Login API Function

 User must have executed Workspace list API to get the URI for Folder List

 Use the following cURL command to list the Workspace Folders

Curl –data "includeDeactivatedFolders=<true/false>" --cacert "<certificate filepath>\AsiteAPI.cer" --cookie ASessionID="<session ID from the resultant XML of Login API call> <URI tag value for folders API call from the resultant XML of workspacelist API call >

 

Input Parameters

 

Parameter Name

Description

--cacert

Asite certificate file path

ASessionID

session ID from the resultant XML of Login API call>

<URI>

URI tag value for folders API call from the resultant XML of workspacelist API call

includeDeactivatedFolders

true - for include deactivated folders in List. false -return only activate folders list.

 

 

 

 

 Click here for detailed help on Asite API Services.

 

 

Useful Links:

About API

Login API Service

Workspace List API Service

Workspace Team Directory API

Document List API Service

Document List Next Page API

Form Type List API

Forms List API

Incomplete Form actions API Service

Logout API Service