---
title: "Get a custom page"
method: GET
path: "/CustomPages/{id}"
tags: ["Custompages"]
---

# Get a custom page

`GET /CustomPages/{id}`

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

One page with its access levels + ordered blocks (raw); records a view in the tracker.

## Path parameters

- `id` string, required

## Query parameters

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

## Response `200`

Success - Success

- GetCustomPageResponse
  - `customPage` 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/28344aa564b4/schema)
