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: post
Path: /api/restapi/assignment/batch
Batch Delete Assignments
Method: delete
Path: /api/restapi/assignment/batch
Batch Sync Assignments
Method: post
Path: /api/restapi/assignment/syncBatch
Batch Update Assignments
Method: put
Path: /api/restapi/assignment/batch
Create an Assignment
Method: post
Path: /api/restapi/assignment
Delete an Assignment
Method: delete
Path: /api/restapi/assignment/{assignmentId}
Update an Assignment
Method: put
Path: /api/restapi/assignment
View all Assignments by Project
Method: get
Path: /api/restapi/assignment/project/{projectId}
View an Assignment
Method: get
Path: /api/restapi/assignment/{assignmentId}
View an Assignment by Activity and Code
Method: get
Path: /api/restapi/assignment/activity/{activityId}/code/{assignmentCode}
View Assignments by Activity
Method: get
Path: /api/restapi/assignment/activityId/{activityId}
View Assignments by Baseline
Method: get
Path: /api/restapi/assignment/baseline/data
View Assignments by Code
Method: get
Path: /api/restapi/assignment/code/{assignmentCode}
View Assignments by Configured Field Values
Method: get
Path: /api/restapi/assignment/project/{projectId}/configuredField/{viewColumnName}/{value}
View Assignments by Resource
Method: get
Path: /api/restapi/assignment/resource/{resourceId}
View Assignments by Resource Code
Method: get
Path: /api/restapi/assignment/resource/code/{resourceCode}