---
title: "Service: /members/{member}/groups/{group}/uris/forurl [GET] (obsolete)"
source: https://dev.pageseeder.com/reference/version_5/services/get-uri-sharing-forurl-GET.html
description: "Load a URI object with sharing information"
last_updated: 2026-08-07T17:09:54+10:00
tokens: ~431
---

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

| Property | Value |
| --- | --- |
| Path: | /members/{member}/groups/{group}/uris/forurl |
| Method: | GET |
| Generator: | obsolete |
| Version: |  |
| Since: |  |
| Deprecated: | 5.9900 |
| Obsolete: | 6.0000 |
| Cache control: |  |
| API Support: | OBSOLETE |
| Generated: | 2022-07-01 |

## Description

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

## Parameters

| Name | Description | Required | Type | Default |
| --- | --- | --- | --- | --- |
| url | The url to look for | yes | url |  |
| 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.

