The Form Actions API returns the list of incomplete Form Actions for a form type in a Workspace for the logged in user. 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 Incomplete Form Actions from Form List API to execute Incomplete Form Actions 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 incomplete Form Actions
curl --cacert "<certificate filepath>\AsiteAPI.cer" --cookie ASessionID="<session ID from the resultant XML of Login API call> <URI tag value for list of incomplete Form Actions 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 list of incomplete Form Actions from the resultant XML of Form Type API call |
Click here for detailed
help on Asite API Services.
Useful Links: