Skip to main content

 Services

Web services from /about to /webhooks

get uri fragment drafts

/groups/{group}/uris/{uri}/fragments/{+fragment}/drafts [GET]

Description

Get draft edits for a URI fragment.

Parameters

No parameters required.

Permission

This service is restricted to guest and higher unless the group is accessible to public.

Response

The output has the following format:

<drafts [modified="2012-03-07T11:30:00+10:00"]>
  <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>
  </draft>
  ...
</drafts>

Error Handling

No specific errors expected for this service.

Created on , last edited on