Execute Definition

Execute Definition

Execute a dynamic value definition

Request
URI
POST
https://{api_host}//sc2-10-185-6-200.eng.vmware.com/form-service/api/dynamicvalue/{id}
COPY
Path Parameters
string
id
Required

The ID of the dynamic value definition to be executed


Request Body

The context with which the request to the endpoint will be executed

FormExternalDataRequest of type(s) application/json
Optional
{
    "dataSource": "string",
    "parameters": [
        {
            "name": "string",
            "useResultFromRequestId": 0,
            "value": "string"
        }
    ],
    "requestId": 0,
    "uri": "string"
}
object
contextParameters
Optional

contextParameters

string
dataSource
Optional

dataSource

parameters
Optional

parameters

integer As int32 As int32
requestId
Optional

requestId

string
uri
Optional

uri

Responses
200

'Success' if the dynamic value is successfully executed

Returns Mono_FormExternalDataResponse_ of type(s) application/json
Operation doesn't return any data structure

403

'Forbidden' if user doesn't have user rights

Operation doesn't return any data structure