---
title: "Get a custom page group + its pages"
method: GET
path: "/CustomPageGroups/{id}"
tags: ["Custompagegroups"]
---

# Get a custom page group + its pages

`GET /CustomPageGroups/{id}`

**Auth:** Authenticated - any signed-in user.

The group plus the accessible published pages in it (by Type == PageType), each with the caller's completion records.

## Path parameters

- `id` string, required

## Query parameters

- `admin` boolean, required
- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Response `200`

Success - Success

- GetCustomPageGroupResponse
  - `group` CustomPageGroup
    - `id` string, nullable
    - `title` string, nullable
    - `description` string, nullable
    - `pageType` string, nullable
    - `trackCompletion` boolean
    - `accessLevels` CustomPageGroupAccessLevel[]
      - `id` string, nullable
      - `groupId` string, nullable
      - `identifier` string, nullable
      - `level` string, nullable
      - `type` string, nullable
      - `name` string, nullable
    - `pages` CustomPage[]
      - `id` string, nullable
      - `title` string, nullable
      - `description` string, nullable
      - `owner` string, nullable
      - `modified` string, date-time
      - `published` boolean
      - `type` string, nullable
      - `customUrl` string, nullable
      - `useCard` boolean
      - `completionDescription` string, nullable
      - `isEditor` boolean
      - `accessLevels` CustomPageAccessLevel[]
        - `id` string, nullable
        - `parentId` string, nullable
        - `identifier` string, nullable
        - `type` string, nullable
        - `level` string, nullable
        - `name` string, nullable
      - `blocks` CustomPageBlock[]
        - `id` string, nullable
        - `pageId` string, nullable
        - `order` integer, nullable
        - `type` integer
        - `attributes` string, nullable
        - `parameters` string, nullable
      - `completions` CustomPageGroupCompletion[]
        - `id` integer
        - `identifier` string, nullable
        - `completion` boolean
        - `dateCompleted` string, date-time
        - `pageId` string, nullable
        - `name` string, nullable
        - `department` string, nullable
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `400` — An Error Occurred - Explain Error
- `401` — Unauthorized

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
