---
title: "Service: /groups/{group}/uris/{uri}/publications [GET]"
source: https://dev.pageseeder.com/api/services/get-uri-publications-public-GET.html
description: "Retrieves publications where the specified URI is embedded or transcluded, with public root URIs. Supports filtering to show only publications where the URI is the root. Accessible to guests and higher unless the group requires specific permissions."
last_updated: 2026-09-02T11:36:16+10:00
document_type: api_endpoint
operation_id: publication-GET
resource_id: publication
path_template: /groups/{group}/uris/{uri}/publications
http_method: GET
api_category: publication
implementation_version: 6.2008
api_since: 5.9600
deprecated_since: null
obsolete_since: null
api_support: experimental
cache_control: null
generated_at: 2026-09-02
tokens: ~211
---

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

## Description

Get URI publications where root URI is public.

Load publications that embed or transclude the URI provided.

## Parameters

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

## Permission

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

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

