Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PUTUpdates update You must be the creator of the activity to modify it

URL

HTTP Type

Description

/activityPOST

Creates a new activity object.

/activity/{activityId}GET

Returns the specified activity.

  • Error Codes
    • 403 - Unauthorized
    • access of activity.
    • 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.