list member draft edits
/members/{member}/edit/drafts [GET]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.9800 | 5.9903 | xml, json |
Description
List all the draft edits for a member.
Parameters
Name | Description | Required | Type | Default |
---|---|---|---|---|
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 groups) | no | string | none |
Permission
Only the member themselves, or an administrator, can invoke this service.
Response
The output has the following format:
<drafts [limitreached="true"]> <draft id="234" created="2012-03-08T12:34:00+10:00"> <author id="12" ... > <fullname>John Jones</fullname> </author> [<acceptedby date="[date/time]" id="56" ... > <fullname>Alan Smith</fullname> </acceptedby>] <context fragment="2"> <uri id="789">...</uri> </context> [<group id="45" name="my-group1" /> <group id="56" name="my-group2" /> ... ] </draft> ... </drafts>
Error Handling
No specific errors expected for this service.