Assignment Favorite REST Endpoints
Assignment Favorite
The Assignment Favorite service enables you to mark or unmark assignments as favorites. Assignments represent the allocation of project or workspace resources to project activities. Mark objects as favorites in order to access them within the Favorites section of apps and Browse popovers.
- Batch Create Assignment Favorites
- Method: postPath:
/primeapi/restapi/assignmentFavorite/batch
- Batch Delete Assignment Favorites
- Method: deletePath:
/primeapi/restapi/assignmentFavorite/batch
- Create an Assignment Favorite
- Method: postPath:
/primeapi/restapi/assignmentFavorite
- Delete an Assignment Favorite
- Method: deletePath:
/primeapi/restapi/assignmentFavorite/{id}
- View all Assignment Favorites Assigned to a User
- Method: getPath:
/primeapi/restapi/assignmentFavorite/userId/{userId}
- View an Assignment Favorite
- Method: getPath:
/primeapi/restapi/assignmentFavorite/{id}
- View an Assignment Favorite by User and Assignment
- Method: getPath:
/primeapi/restapi/assignmentFavorite/userId/{userId}/assignmentId/{assignmentId}