...
The following table describes the new methods for manipulating the versions of a version-able entityperforming CRUD on Activity objects.
URL | HTTP Type | Description |
---|---|---|
/activity | GET | Paginated service to get all Activities (that you can see) |
/activity | POST | Creates a new activity object. |
/activity/{activityId} | GET | Returns the specified activity.
|
/activity/{activityId} | PUT | Updates the specified activity.
|
/activity/{activityId} | DELETE |
|