Activity Favorite REST Endpoints

Activity Favorite
Use the Activity Favorite service to create, view 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. Update Keys : 'activityFavoriteId'
Batch Create Activity Favorites
Method: post
Path: /api/restapi/activityFavorite/batch
Batch Delete Activity Favorites
Method: delete
Path: /api/restapi/activityFavorite/batch
Create an Activity Favorite
Method: post
Path: /api/restapi/activityFavorite
Delete an Activity Favorite
Method: delete
Path: /api/restapi/activityFavorite/{activityFavoriteId}
View Activity Favorites by User
Method: get
Path: /api/restapi/activityFavorite/userId/{applicationUser}
View All Activity Favorites by Parent
Method: get
Path: /api/restapi/activityFavorite/parentCode
View an Activity Favorite
Method: get
Path: /api/restapi/activityFavorite/{activityFavoriteId}
View an Activity Favorite by Code and Parent Codes
Method: get
Path: /api/restapi/activityFavorite/itemCode
View an Activity Favorite by User and Activity
Method: get
Path: /api/restapi/activityFavorite/userId/{applicationUser}/activityId/{activity}