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:
Incomplete Form actions API Service