- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
POST /Scripts
Calls a VisualVault microservice.
Query Parameters
Parameter | Type | Description |
---|---|---|
name | String | The name of the script. |
id | String | The script ID. |
postAsJson | Bool | Post the data as JSON? |
transform | Bool | Return the data in raw JSON format? |
Response Codes
Code | Description |
---|---|
400 | Bad Request |
401 | Unauthorized |
POST /Scripts/{id}
Run a microservice script by ID.
Route Parameters
Parameter | Type | Description |
---|---|---|
id* | Guid | The microservice id. |
Response Codes
Code | Description |
---|---|
400 | Bad Request |
POST /Scripts/CompleteWorkflowScript
Complete a workflow script.
Body Parameters
Parameter | Type | Description |
---|---|---|
executionId | Guid | The execution ID. |
workflowVariables | String | List of workflow variables. |
Response Codes
Code | Description |
---|---|
200 | OK |
400 | Bad Request |
500 | Internal Server Error |
GET /Scripts/{formTemplateId}/FormScriptFile
Returns the scripts of a form in a self-contained file.
Route Parameters
Parameter | Type | Description |
---|---|---|
formTemplateId* | Guid | The form template ID. |
Query Parameters
Parameter | Type | Description |
---|---|---|
formChId | Guid | ChID of the form. |
isPreview | Bool | Is this a form preview? |
Was this article helpful?