Assignment REST Endpoints
Assignment
The Assignment service enables you to create, view, update, and delete assignments. Assignments represent the allocation of project or workspace resources to project activities. Update Keys : 'assignmentId'
- Batch Create Assignments
- Method: postPath:
/api/restapi/assignment/batch - Batch Delete Assignments
- Method: deletePath:
/api/restapi/assignment/batch - Batch Sync Assignments
- Method: postPath:
/api/restapi/assignment/syncBatch - Batch Update Assignments
- Method: putPath:
/api/restapi/assignment/batch - Create an Assignment
- Method: postPath:
/api/restapi/assignment - Delete an Assignment
- Method: deletePath:
/api/restapi/assignment/{assignmentId} - Update an Assignment
- Method: putPath:
/api/restapi/assignment - View all Assignments by Project
- Method: getPath:
/api/restapi/assignment/project/{projectId} - View an Assignment
- Method: getPath:
/api/restapi/assignment/{assignmentId} - View an Assignment by Activity and Code
- Method: getPath:
/api/restapi/assignment/activity/{activityId}/code/{assignmentCode} - View Assignments by Activity
- Method: getPath:
/api/restapi/assignment/activityId/{activityId} - View Assignments by Baseline
- Method: getPath:
/api/restapi/assignment/baseline/data - View Assignments by Code
- Method: getPath:
/api/restapi/assignment/code/{assignmentCode} - View Assignments by Configured Field Values
- Method: getPath:
/api/restapi/assignment/project/{projectId}/configuredField/{viewColumnName}/{value} - View Assignments by Resource
- Method: getPath:
/api/restapi/assignment/resource/{resourceId} - View Assignments by Resource Code
- Method: getPath:
/api/restapi/assignment/resource/code/{resourceCode} - View Assignments by Schedule Scenario
- Method: getPath:
/api/restapi/assignment/scheduleScenario/data