"EntryPoint - wiki_comment_new" . . "text/xml" . . . "GET" . . . . . . . . . "

Comments can be put in threads, ie. a comment can have a parent comment. In that case it is considered a reply to the parent comment.

  • \n\ncluster\n\n\n

    The cluster name of the topic

    \n
  • \n
  • \n\ntopic\n\n\n

    The topic name

    \n
  • \n
  • \n\ntitle\n\n\n

    The title of the comment.

    \n
  • \n
  • \n\ntext\n\n\n

    The text body of the comment.

    \n
  • \n
  • \n\nname\n\n\n

    The name of the commenter.

    \n
  • \n
  • \n\nemail\n\n\n

    The email address of the commenter.

    \n
  • \n
  • \n\nurl\n\n\n

    An optional URL to identify the commenter.

    \n
  • \n\n

    An error code stating the success of the command execution as detailed in ODS Error Result Codes. If successful the error code matches the id of the newly created comment.

    \n

    wiki.comment.delete

    \nExample:
    \n $ curl -i \"http://www.iodbc.org/ods/api/wiki.comment.new?cluster=DemoWiki&topic=Test&title=test&text=simple&name=Kate&email=kate@yahoo.com&url=http://openlinksw.com&user_name=demo&password_hash=921q783d9e4cbdf5cvs343dafdfvrf6a4fh\"\n\n HTTP/1.1 200 OK\n Server: Virtuoso/06.02.3129 (Linux) x86_64-generic-linux-glibc25-64  VDB\n Connection: Keep-Alive\n Date: Fri, 20 May 2011 07:03:15 GMT\n Accept-Ranges: bytes\n Content-Type: text/xml; charset=\"UTF-8\"\n Content-Length: 57\n\n <result>\n   <code>5555</code>\n   <message>Success</message>\n </result>\n 

    " . "

    Create a new comment on an event or task.

    " . .