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.
Batch Create Assignments
Method: post
Path: /primeapi/restapi/assignment/batch
Batch Create Assignments
Method: post
Path: /primeapi/restapi/assignment/gateway/batch
Batch Delete Assignments
Method: delete
Path: /primeapi/restapi/assignment/batch
Batch Update Assignments
Method: put
Path: /primeapi/restapi/assignment/batch
Batch Update Assignments
Method: put
Path: /primeapi/restapi/assignment/gateway/batch
Create an Assignment
Method: post
Path: /primeapi/restapi/assignment
Delete an Assignment
Method: delete
Path: /primeapi/restapi/assignment/{id}
Update an Assignment
Method: put
Path: /primeapi/restapi/assignment
View an Assignment
Method: get
Path: /primeapi/restapi/assignment/{id}
View an Assignment by Resource
Method: get
Path: /primeapi/restapi/assignment/resource/{id}
View an Assignment by Resource Code
Method: get
Path: /primeapi/restapi/assignment/resource/code/{code}
View Assignment by Activity and Code
Method: get
Path: /primeapi/restapi/assignment/activity/{id}/code/{code}
View Assignment by Code
Method: get
Path: /primeapi/restapi/assignment/code/{code}
View Assignment Configured Fields
Method: get
Path: /primeapi/restapi/assignment/{id}/configuredFields
View Assignments by Activity
Method: get
Path: /primeapi/restapi/assignment/activityId/{id}
View Assignments by Configured Field Values
Method: get
Path: /primeapi/restapi/assignment/project/{id}/configuredField/{viewColumnName}/{value}