Perform External Validation 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-validation
COPY
Query Parameters
string
projectId
Optional
The projectId of the project chosen for the request.
Request Body
externalValidationContext
ExternalValidationContext of type(s) application/json
Required
{
"externalValidations": [
{
"label": "string",
"source": {
"id": "string",
"type": "string",
"parameters": [
{
"$type": {
"dataType": "string",
"referenceType": "string",
"fields": [
"ComplexTypeField_1 Object"
],
"isMultiple": false
}
}
]
},
"target": [
"string"
]
}
]
}
object
context
Optional
context
Responses
200
OK
Returns Mono_List_FormValidationMessage_ of type(s) application/json
Operation doesn't return any data structure