---
title: "Service: /members/{member}/groups/{group}/uris/{uri}/publications [GET]"
source: https://dev.pageseeder.com/api/services/get-uri-publications-GET.html
description: "Retrieves publications that embed or transclude a specified URI. Supports filtering to show only publications where the URI is the root. Requires member view permission for the URI and group visibility."
last_updated: 2026-09-02T11:36:12+10:00
document_type: api_endpoint
operation_id: publication-GET
resource_id: publication
path_template: /members/{member}/groups/{group}/uris/{uri}/publications
http_method: GET
api_category: publication
implementation_version: 6.2008
api_since: 5.9602
deprecated_since: null
obsolete_since: null
api_support: supported
cache_control: null
generated_at: 2026-09-02
tokens: ~224
---

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

## Description

Get URI publications.

Load [publications](../../reference/glossary/publications.md) that embed or transclude the URI provided.

## Parameters

| Name | Description | Required | Type | Default |
| --- | --- | --- | --- | --- |
| rootonly | Whether to list only the publications that this URI is the root of | no | boolean | `false` |

## Permission

Member must have view permission for the URI. Only publications from groups the member can view are listed.

## Response

```xml

<publications>
  <publication id="[publication id]"
               hostid="[host id]"
               rooturiid="[uri id]"
               title="[uri title]"
               defaultgroupid="[groupid]"
              type="[type]" />
  ...
</publications>
 
```

## Error Handling

No specific errors expected for this service.

