View all Constraints by Code

get

/api/restapi/constraint/code/{constraintCode}

This endpoint returns constraints that meet the following requirements:
    ${constraintCode}

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityConstraint>
Type: array
Title: List<ApiEntityConstraint>
Show Source
Nested Schema : ApiEntityConstraint
Type: object
Title: ApiEntityConstraint
Show Source
Nested Schema : codeValues
Type: array
The list of code values for a constraint. This entity can only be used to assign codeValues or create codeValues on the fly.
Show Source
Nested Schema : configuredFields
Type: array
The list of configured fields for a constraint.
Show Source
Nested Schema : taskConstraints
Type: array
List of work manager task constraints.
Show Source
Nested Schema : ApiEntityCodeValueConstraint
Type: object
Title: ApiEntityCodeValueConstraint
Show Source
Nested Schema : ApiEntityConstraintConfiguredFieldValue
Type: object
Title: ApiEntityConstraintConfiguredFieldValue
Show Source
Nested Schema : ApiEntityTaskConstraint
Type: object
Title: ApiEntityTaskConstraint
Show Source

204 Response

Successful operation with no content.

404 Response

The requested constraint does not exist, or you do not have access to it.
Back to Top