The Form 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 List from Form Type List API to execute Form List API Service.
Usage Rules
User must have been logged in and executed Workspace List as well
as the Form Type API Function
Use the following cURL command to list the Forms against the Form
Types
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: