Execute External Action Using POST
Execute an external action to get a value (for the UI)
Request
URI
POST
https://{api_host}//sc2-10-185-6-200.eng.vmware.com/form-service/api/forms/renderer/external-value
COPY
Query Parameters
string
projectId
Optional
The projectId of the project chosen for the request.
Request Body
request
FormExternalDataRequest of type(s) application/json
Required
{
"dataSource": "string",
"parameters": [
{
"name": "string",
"useResultFromRequestId": 0,
"value": "string"
}
],
"requestId": 0,
"uri": "string"
}
object
contextParameters
Optional
contextParameters
string
dataSource
Optional
dataSource
integer As int32 As int32
requestId
Optional
requestId
string
uri
Optional
uri
Responses
200
OK
Returns Mono_FormExternalDataResponse_ of type(s) application/json
Operation doesn't return any data structure