---
title: "Service: /members/{member}/groups/{group}/uris/{uri} [GET]"
source: https://dev.pageseeder.com/api/services/uri-GET.html
description: "API endpoint for retrieving a URI object with optional sharing information for a specific member and group. Returns XML containing URI details including metadata, display title, description, labels, and permission-based sharing rules."
last_updated: 2026-09-02T11:36:19+10:00
document_type: api_endpoint
operation_id: uri-GET
resource_id: uri
path_template: /members/{member}/groups/{group}/uris/{uri}
http_method: GET
api_category: uri
implementation_version: 5.9900
api_since: 5.3900
deprecated_since: null
obsolete_since: null
api_support: supported
cache_control: null
generated_at: 2026-09-02
tokens: ~352
---

# /members/\{member\}/groups/\{group\}/uris/\{uri\} \[GET\]

## Description

Load a URI object with [sharing](../../reference/glossary/sharing_document.md) information​​​​​​.

## Parameters

| Name | Description | Required | Type | Default value |
| --- | --- | --- | --- | --- |
| sharing | Whether to include sharing information | no | boolean | `false` |

## Permission

## Response

The output has the following format:

```xml

<uri id="[id]"
     scheme="[scheme]"
     host="[host]"
     port="[port]"
     path="[path]"
     decodedpath="[decodedpath]"
     external="[true|false]"
     [archived="true"]
     [folder="true"]
     [docid="[docid]"]
     [mediatype="[mediatype]"]
     [documenttype="[documenttype]"]
     [title="My Document"]
     [created="[created]"]
     [modified="[modified]"]>
  <displaytitle>My Document</displaytitle>
  [<description>This is my document</description>]
  [<labels>mylabel1,mylabel2</labels>]
  [<sharing hidden="2">
    <share editable="true"
           addcomments="true"
           default="true">
      <group name="my-group1" .../>
    </share>
    <share editable="true"
           addcomments="false">
      <group name="my-group2" .../>
    </share>
    <share editable="false"
           addcomments="true">
      <group name="my-group3" .../>
    </share>
  </sharing>]
</uri>
```

## Error Handling

No specific errors expected for this service.

