The Form Type List API returns the list of Form Types assigned to 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 Form Type List from Workspace List API to execute Form Type List API Service.
Usage Rules
User must have been logged in to Asite Platform using Login API
Function
Use the following cURL command to list the Form Types within the
Workspace
curl --cacert "<certificate filepath>\AsiteAPI.cer" --cookie ASessionID="<session ID from the resultant XML of Login API call> <URI tag value for Form list API call from the resultant XML of Form Type 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 Form list API call from the resultant XML of Form Type API call |
Click here
for detailed help on Asite API Services.
Useful Links: