---
title: "Service: /groups/{group}/uris/{uri}/fragments/{+fragment}/drafts [GET]"
source: https://dev.pageseeder.com/api/services/get-uri-fragment-drafts-GET.html
description: "Retrieves draft edits for a specified URI fragment. Returns a list of drafts with author information, creation timestamps, and acceptance details. Requires guest-level permissions or public group access."
last_updated: 2026-09-02T11:36:10+10:00
document_type: api_endpoint
operation_id: psml-GET
resource_id: psml
path_template: /groups/{group}/uris/{uri}/fragments/{+fragment}/drafts
http_method: GET
api_category: psml
implementation_version: 6.2004
api_since: 5.3101
deprecated_since: null
obsolete_since: null
api_support: supported
cache_control: null
generated_at: 2026-09-02
tokens: ~199
---

# /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:

```xml

<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.

