---
title: "Get page parents with relevant child pages."
method: GET
path: "/api/v1/public/page-parent"
tags: ["public"]
---

# Get page parents with relevant child pages.

`GET /api/v1/public/page-parent`

Get parents with child pages.

## Response `200`

Successful Response

- PageParentWithChildrenResponsePublic[]
  - `parent` string, required — Parent title.
  - `sequence` integer — PAge parent sequence number.
  - `id` string, required — Page parent id.
  - `children` PageResponsePublic[], nullable — Page parent children pages.
    - `docId` string, required — Document id.
    - `titleOverride` string, nullable — Custom document title.
    - `sequence` integer — Document sequence number.
    - `parent` string, nullable — Parent title.
    - `id` string, required — Page id.
    - `title` string, required — Title.
    - `docRef` string, required — Document reference.

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable entity
- `500` — Internal Server Error

---

[API](https://skmtc.dev/posti/apis/posti-developer-portal-backend-rest-api.md) · [All operations](https://skmtc.dev/posti/apis/posti-developer-portal-backend-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/posti/posti-developer-portal-backend-rest-api/revisions/4b67dce32742/schema)
