Get Supportedconstraints
This endpoint will not produce results. It is a placeholder to enforce code generation of SupportedConstraints.
Request
URI
GET
https://{api_host}/cloudapi/workflows/constraints
COPY
Responses
200
The request is successful
Returns SupportedConstraints of type(s) application/json;version=38.0
{
"constraint": {
"constraintType": "string"
},
"mandatory": {
"constraintType": "string"
},
"restrictDuplicates": {
"constraintType": "string"
},
"customValidator": {
"constraintType": "string"
},
"numberRange": {
"min": "number",
"max": "number"
},
"regexp": {
"expression": "string"
},
"numberFormat": {
"value": "string"
}
}
401
The user is not authorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
Availability
Deprecated in 36.0
With alternative: see
vRO Forms Overlay API Marked As Internal
Vro Workflow Execution Operations
DELETE
Cancel Workflow Execution
DELETE
Delete Workflow Execution
GET
Get All Workflow Executions
GET
Get Parameter Types
GET
Get Supportedconstraints
GET
Get Supported Decorators
GET
Get Supported Presentation Elements
GET
Get Workflow Execution
GET
Get Workflow Execution State
POST
Start Workflow Execution