Scripts

Prev Next


 POST   /Scripts


Calls a VisualVault microservice.

Query Parameters
ParameterTypeDescription
nameStringThe name of the script.
idStringThe script ID.
postAsJsonBoolPost the data as JSON?
transformBoolReturn the data in raw JSON format?
Response Codes
CodeDescription
400Bad Request
401Unauthorized


   /Scripts/CompleteWorkflowScript


Complete a workflow script.

Body Parameters
ParameterTypeDescription
executionIdGuidThe execution ID.
workflowVariablesStringList of workflow variables.
Response Codes
CodeDescription
200OK
400Bad Request
500Internal Server Error


 GET   /Scripts/{formTemplateId}/FormScriptFile


Returns the scripts of a form in a self-contained file.

Route Parameters
ParameterTypeDescription
formTemplateId*GuidThe form template ID.
Query Parameters
ParameterTypeDescription
formChIdGuidChID of the form.
isPreviewBoolIs this a form preview?