Constraint REST Endpoints

Constraint
Use the constraint service to create, view, update, and delete constraints. Update Keys : 'constraintId'
Batch Create Constraints
Method: post
Path: /api/restapi/constraint/batch
Batch Delete Constraints
Method: delete
Path: /api/restapi/constraint/batch
Batch Sync Constraints
Method: post
Path: /api/restapi/constraint/syncBatch
Batch Update Constraints
Method: put
Path: /api/restapi/constraint/batch
Create a Constraint
Method: post
Path: /api/restapi/constraint
Delete a Constraint
Method: delete
Path: /api/restapi/constraint/{constraintId}
Update a Constraint
Method: put
Path: /api/restapi/constraint
View a Constraint
Method: get
Path: /api/restapi/constraint/{constraintId}
View a Constraint by Workspace and Project Code
Method: get
Path: /api/restapi/constraint/workspace/{workspaceCode}/project/{projectCode}
View all Constraints by Code
Method: get
Path: /api/restapi/constraint/code/{constraintCode}
View all Constraints by Project
Method: get
Path: /api/restapi/constraint/project/{projectId}
View all Constraints by Work Manager Task
Method: get
Path: /api/restapi/constraint/workManagerTask/{workManagerTaskId}