Skip to content

Text Model

Alexander Schulze edited this page Jul 11, 2013 · 2 revisions
Name Info
TextID Unique ID
Version Numeric text version counter, in case of a versioning conflict HTTP 409 is returned
Content The HTML text including SPAN tags for each comment
CommentID Will be only there if a new comment selection was set
ContentRaw HTML text without all comment SPANs, just for reference

Home > API

Requests

  • Text
    • get a commentable text
  • Comment
    • get a comment
    • post a new comment
    • delete a comment
  • Vote
    • like/dislike a comment
  • User
    • get the logged in user
    • login a user
    • logout a user
  • Process Step
    • get the process steps of a text

Models

Clone this wiki locally