The Workspace API returns a list of projects a logged in user has access to. Extract the session id from the xml of the login API Call <Sessionid> tag from the resultant xml to execute the Workspace List API Service.
Usage Rules
User must be logged in to Asite Platform using Login API Function
Use the following cURL command to list Workspaces of the specified
user
curl --cacert "<certificate filepath>\AsiteAPI.cer" --cookie ASessionID="<session ID from the resultant XML of Login API call> <URI tag value for workspacelist API call from the resultant XML of Login 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 workspacelist API call from the resultant XML of Login API call |
Note: Replace the text in BLUE including”<>” with the data required as follows
Click here
for detailed help on Asite API Services.
Useful Links:
Incomplete Form actions API Service