Execute All For Item

Execute All For Item

Execute item with a form.

Request
URI
POST
https://{api_host}/vco/api/forms/{id}/evaluations
COPY
Path Parameters
string
id
Required

id


Request Body
BatchExecution of type(s) application/json
Required
{
    "token": "string",
    "executions": [
        {
            "actionId": "string",
            "error": "string",
            "inputs": {
                "executionId": "string",
                "parameters": [
                    {
                        "name": "string",
                        "type": "Example types are: SecureString, MimeAttachment, Regexp, Array/VC:VirtualMachine, boolean, string and etc.",
                        "description": "string",
                        "scope": "string",
                        "updated": false,
                        "encrypt-value": false
                    }
                ],
                "profilerOptions": {
                    "enabled": false,
                    "debuggerEnabled": false,
                    "tokenReplayEnabled": false
                }
            }
        }
    ]
}
string
token
Optional

token

array of object
executions
Optional

executions

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns BatchExecutionResult of type(s) application/json
"BatchExecutionResult Object"
array of object
results
Optional

results


Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/vco/api/forms/{id}/evaluations