OutsideProcess

Prev Next


 GET   /OutsideProcesses


Returns a list of outside processes.

Query Parameters
ParameterTypeDescription
qStringA VisualVault REST API Data Query.
Response Codes
CodeDescription
400Bad Request


 POST   /OutsideProcesses/{processId}


Checks the form validation process for a form calling an outside process.

Route Parameters
ParameterTypeDescription
processId*GuidThe process id.
Body Parameters
ParameterTypeDescription
formID*StringThe form ID.
formTemplateID*StringThe ID of the form template.
formTemplateName*StringName of the form template.
formLanguageStringLanguage ID of the form template.
fieldArray*{FieldList}Array of form fields and their values.