Constraint REST Endpoints
Constraint
Use the constraint service to create, view, update, and delete constraints. Update Keys : 'constraintId'
- Batch Create Constraints
- Method: postPath:
/api/restapi/constraint/batch - Batch Delete Constraints
- Method: deletePath:
/api/restapi/constraint/batch - Batch Sync Constraints
- Method: postPath:
/api/restapi/constraint/syncBatch - Batch Update Constraints
- Method: putPath:
/api/restapi/constraint/batch - Create a Constraint
- Method: postPath:
/api/restapi/constraint - Delete a Constraint
- Method: deletePath:
/api/restapi/constraint/{constraintId} - Update a Constraint
- Method: putPath:
/api/restapi/constraint - View a Constraint
- Method: getPath:
/api/restapi/constraint/{constraintId} - View a Constraint by Workspace and Project Code
- Method: getPath:
/api/restapi/constraint/workspace/{workspaceCode}/project/{projectCode} - View all Constraints by Code
- Method: getPath:
/api/restapi/constraint/code/{constraintCode} - View all Constraints by Project
- Method: getPath:
/api/restapi/constraint/project/{projectId} - View all Constraints by Task
- Method: getPath:
/api/restapi/constraint/workManagerTask/{workManagerTaskId}