Get Supportedconstraints

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
Authentication
This operation uses the following authentication methods.
Responses
200

The request is successful

Returns SupportedConstraints of type(s) application/json;version=37.1
{
    "constraint": {
        "constraintType": "string"
    },
    "mandatory": {
        "constraintType": "string"
    },
    "restrictDuplicates": {
        "constraintType": "string"
    },
    "customValidator": {
        "constraintType": "string"
    },
    "numberRange": {
        "min": "number",
        "max": "number"
    },
    "regexp": {
        "expression": "string"
    },
    "numberFormat": {
        "value": "string"
    }
}
constraint
Optional

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