URL | HTTP Type | Description |
---|
/activity | POST | Creates a new activity object. |
/activity/{activityId} | PUTGET | Updates Returns the specified activity. | update | You must be the creator of the activity to modify it- READ access is permitted if you can see a single entity that was generated by this activity.
- 404 - If activityId is not found.
|
/activity/{activityId} | GETPUT | Returns Updates the specified activity. - Error Codes
- 403 - Unauthorized access update of activity. READ access is permitted if you can see a single entity that was generated by this activityYou must be the creator of the activity to modify it.
- 404 - If activityId is not found.
|
/activity/{activityId} | DELETE | - Error Codes
- 403 - Unauthorized delete of activity. You must be the creator of the activity to modify it.
- 404 - If activityId is not found.
|