---
title: "Service: /members/{member}/groups/{group}/uris/{uri}/toc [GET]"
source: https://dev.pageseeder.com/api/services/get-toc-GET.html
description: "GET endpoint that outputs a partial table of contents for a publication, including a specified content document and its ancestors. Supports optional parameters for publication ID, full TOC loading, and version specification."
last_updated: 2026-09-02T11:36:14+10:00
document_type: api_endpoint
operation_id: publication-GET
resource_id: publication
path_template: /members/{member}/groups/{group}/uris/{uri}/toc
http_method: GET
api_category: publication
implementation_version: 6.2005
api_since: 5.9600
deprecated_since: null
obsolete_since: null
api_support: supported
cache_control: null
generated_at: 2026-09-02
tokens: ~855
---

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

## Description

Output the partial TOC for a [publication](../../reference/glossary/publications.md) including a content document (request URI) and its ancestors.

> **Note:** If publicationid is not specified, then the publications for this document (that the current user can access) are ordered alphabetically by display title (then by ID) and the first publication is used.

## Parameters

| Name | Description | Required | Type | Default value |
| --- | --- | --- | --- | --- |
| publicationid | The publication `ID` for the TOC, empty mean standalone. | no | publicationid |  |
| loadall | Whether to output the entire TOC | no | boolean | `false` |
| version | The publication version | no | string |  |

## Permission

Requires guest or higher.

## Response

```xml

<toc>
  ...
  [<publication ...>]
    <publication-tree uriid="55593"
                      title="System Report 2"
                     [last-edited="2021-04-16T16:46:31+10:00"]>
      <part level="1">
        <document-ref level="0"
                      title="Requirements"
                      documenttype="references"
                      uriid="55594"
                      position="1"
                      numbered="true"
                      prefix="1."
                      canonical="1."
                      children="true"
                     [last-edited="2021-04-14T12:40:11+10:00"]/>
        <part level="2">
          <document-ref level="0"
                        title="Functionality"
                        documenttype="default"
                        uriid="55578"
                        position="1"
                        numbered="true"
                        prefix="1.1"
                        canonical="1.1."
                        children="true"  />
          <part level="3" uriid="55578">
            <heading-ref level="2"
                         title="Account"
                         fragment="1-2"
                         index="1"
                         numbered="true"
                         prefix="1.1.1"
                         canonical="1.1.1." />
            <transclusion uriid="65579"
                          fragment="default"
                          position="1" />
          </part>
          <part level="3" uriid="55578">
            <heading-ref level="2"
                         title="Equations"
                         fragment="1-2"
                         index="2"
                         numbered="true"
                         prefix="1.1.2"
                         canonical="1.1.2." />
          </part>
        </part>      
        <part level="2">
          <document-ref level="0"
                        title="Extras"
                        documenttype="indent"
                        uriid="55595"
                        position="1"
                        numbered="true"
                        prefix="1.2"
                        canonical="1.2." />
        </part>
      </part>
      <part level="1">
        <document-ref level="0"
                      title="Bibliography"
                      documenttype="bibliography"
                      uriid="61110"
                      position="1" />
      </part>
    </publication-tree>
  [</publication>
  <publication .../>]
  ...
</toc>
```

## Error Handling

No specific errors expected for this service.

