list draft comments
/members/{member}/comments/draft [GET]
| API Support | Available since | Last updated | Output |
|---|---|---|---|
| 5.7900 | 5.9500 | xml, json |
Description
This service returns the list of draft comments , tasks and workflows for the specified member.
Parameters
| Name | Description | Required | Type | Default value |
|---|---|---|---|---|
| page | The page to load | no | integer | 1 |
| pagesize | The number of results per page | no | integer | 10 |
| returngroups | The groups to return in the output, can be none, user, or all (administrator only includes all comments) | no | string | none |
Permission
The member on the request or an administrator can invoke this service.
Response
The output has the following format:
<comments [limitreached="true"]>
<comment id="234"
contentrole="File Attachment"
created="2012-03-08T12:34:00+10:00"
draft="true">
<title>My thread</title>
<content type="text/plain">Some text</content>
<context fragment="2">
<uri|group id="789"> ... </uri|group>
<context>
</comment>
...
</comments>
Error Handling
No specific errors expected for this service.