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=39.1
{
"constraint": {
"constraintType": "string"
},
"mandatory": {
"constraintType": "string"
},
"restrictDuplicates": {
"constraintType": "string"
},
"customValidator": {
"constraintType": "string"
},
"numberRange": {
"min": "number",
"max": "number"
},
"regexp": {
"expression": "string"
},
"numberFormat": {
"value": "string"
}
}
object
constraint
Optional
Definition of Constraint.
mandatory
Optional
mandatory
restrictDuplicates
Optional
restrictDuplicates
customValidator
Optional
customValidator
numberRange
Optional
numberRange
regexp
Optional
regexp
numberFormat
Optional
numberFormat
401
The user is not authorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/workflows/constraints
Deprecated
Availability
Added in 30.0
Deprecated in 36.0
With alternative: see
vRO Forms Overlay API Marked As Internal
Removed in 39.0
Vro Workflow Execution Operations
GET
Get Parameter Types
Deprecated
GET
Get Supported Presentation Elements
Deprecated
GET
Get Supported Decorators
Deprecated
GET
Get Supportedconstraints
Deprecated
GET
Get All Workflow Executions
POST
Start Workflow Execution
Deprecated
GET
Get Workflow Execution
Deprecated
DELETE
Delete Workflow Execution
GET
Get Workflow Execution State
DELETE
Cancel Workflow Execution