Skip to main content

 Services

Web services from /about to /webhooks

comment

/members/{member}/comments/{commentid} [GET]

Description

Load a single comment from accessible groups.

Parameters

NameDescriptionRequiredTypeDefault value
emailsThe email addresses to include, can be none or  all (only users who can edit the comment).nostringnone
returngroupsThe groups to return in the output, can be none, user or all (admin only).nostringnone

Permission

If the group of the comment is public, the member on the request don’t need to be a member of the group. Otherwise, the member on the request needs to be a guest or higher.

If the emails parameter is set to all, then the service is restricted to users who can edit the comment.

If the returngroups parameter is set to all, then the service is restricted to administrator only.

Response

The output has the following format:

<comment id="123"
         discussionid="456"
         contentrole="File Attachment"
         created="2012-03-08T12:34:00+10:00">
  <title>My thread</title>
  <content type="text/plain">Some text</content>
  <attachment>
    <uri id="189"> ... </uri>
  </attachment>
  <attachment fragment="5">
    <uri id="289"> ... </uri>
  </attachment>
  <context fragment="2">
    <uri|group id="789"> ... </uri|group>
  </context>
  [<group .../>...]
</comment>

Error Handling

CodeCause / Description
0x1317the comment was not found
Created on , last edited on