Get Pages ​
Endpoint ​
http
GET /unified/knowledge-base/pages/{id}
Integrations supported
- Confluence
- Notion
Path parameters ​
id
string
REQUIRED · The ID of the resource.
Example:
23423523
Query parameters ​
integrated_account_id
string · uuid
REQUIRED · The ID of the integrated account to use for the request.
Example:
62f44730-dd91-461e-bd6a-aedd9e0ad79d
Response Body ​
id
string
REQUIRED · The unique identifier for the page
Supported in
- Confluence
- Notion
title
string
The title of the page
Supported in
- Confluence
- Notion
description
string
The description of the page
Supported in
- Notion
status
string
The status of the page
All possible enum values:
draft
published
archived
deleted
trashed
Supported in
- Confluence
- Notion
tags
string[]
The tags associated with the page
Supported in
- Notion
parent
object
The parent of the page
Supported in
- Confluence
- Notion
id
string
The unique identifier for the parent page
type
string
The type of the parent
space
object
The space the page belongs to
Supported in
- Confluence
id
string
The unique identifier for the space
created_by
object
The user who created the page
Supported in
- Confluence
- Notion
id
string
The unique identifier for the user
last_edited_by
object
The user who last edited the page
Supported in
- Confluence
- Notion
id
string
The unique identifier for the user
published_at
string · date-time
The date and time the page was published
Supported in
- Notion
urls
object[]
The urls of the page
Supported in
- Confluence
- Notion
url
string
The url of the page
type
string
The type of the url
All possible enum values:
view
edit
public_view
created_at
string · date-time
The date and time the page was created
Supported in
- Confluence
- Notion
updated_at
string · date-time
The date and time the page was last updated
Supported in
- Confluence
- Notion
remote_data
object
Raw data returned from the remote API call.