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: postPath:
/primeapi/restapi/activityFavorite/batch
- Batch Delete Activity Favorites
- Method: deletePath:
/primeapi/restapi/activityFavorite/batch
- Create an Activity Favorite
- Method: postPath:
/primeapi/restapi/activityFavorite
- Delete an Activity Favorite
- Method: deletePath:
/primeapi/restapi/activityFavorite/{id}
- View Activity Favorites by User
- Method: getPath:
/primeapi/restapi/activityFavorite/userId/{userId}
- View Activity Favorites by User and Activity
- Method: getPath:
/primeapi/restapi/activityFavorite/userId/{userId}/activityId/{activityId}
- View an Activity Favorite
- Method: getPath:
/primeapi/restapi/activityFavorite/{id}