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