Comments

RETRIEVE

Get All Comments

  • GET /[posts|milestones|todo_items]/{resource_id}/comments.xml
  • GET /msg/comments/{message_id}

Get One Message

  • GET /comments/{comment_id}.xml
  • GET /comments/{comment_id}
  • GET /msg/comment/{comment_id}

CREATE

  • POST /[posts|milestones|todo_items]/{resource_id}/comments.xml
  • POST /msg/create_comment

UPDATE

  • PUT /comments/{comment_id}.xml
  • POST /msg/update_comment

DELETE

  • DELETE /comments/{comment_id}.xml
  • GET /msg/delete_comment/{comment_id}

HELPERS

  • GET /comments/{comment_id}/edit.xml
  • GET /[posts|milestones|todo_items]/{resource_id}/comments/new.xml