Activity Favorite REST Endpoints

Activity Favorite
Use the Activity Favorite service to create, view, update, and delete activity favorites. Activities represent units of work that must be completed to accomplish your project objectives. Activities typically have durations, resource or role requirements, and logical relationships with other project activities. Mark objects as favorites in order to access them within the Favorites section of apps and Browse popovers.
Batch Create Activity Favorites
Method: post
Path: /primeapi/restapi/activityFavorite/batch
Batch Delete Activity Favorites
Method: delete
Path: /primeapi/restapi/activityFavorite/batch
Create an Activity Favorite
Method: post
Path: /primeapi/restapi/activityFavorite
Delete an Activity Favorite
Method: delete
Path: /primeapi/restapi/activityFavorite/{id}
View Activity Favorites by User
Method: get
Path: /primeapi/restapi/activityFavorite/userId/{userId}
View Activity Favorites by User and Activity
Method: get
Path: /primeapi/restapi/activityFavorite/userId/{userId}/activityId/{activityId}
View an Activity Favorite
Method: get
Path: /primeapi/restapi/activityFavorite/{id}