List Page content ​
Endpoint ​
http
GET /unified/knowledge-base/page-content
Integrations supported
- Confluence
- Notion
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
page_id
string
The unique identifier for the page
Required in
- Confluence
- Notion
page_content_id
string
The unique identifier for the page content
Supported in
- Notion
Response Body ​
result
object[]
List of Page content
id
string
REQUIRED · The unique identifier for the page content
Supported in
- Confluence
- Notion
sequence
integer
The order of the page content in the context of a page. Will increase sequentially from 0.
Supported in
- Confluence
- Notion
page
object
The page the content belongs to
Supported in
- Confluence
- Notion
id
string
The unique identifier for the page
parent
object
The parent of the page content
Supported in
- Notion
id
string
The unique identifier for the parent page content
type
string
The type of the parent
has_children
boolean
Whether the page content has children
Supported in
- Notion
body
object
The body of the page content
Supported in
- Confluence
- Notion
format
string
The format of the body
All possible enum values:
markdown
html
plaintext
content
string
The content of the body
created_at
string · date-time
The date and time the page content was created
Supported in
- Notion
updated_at
string · date-time
The date and time the page content was last updated
Supported in
- Notion
remote_data
object
Raw data returned from the remote API call.
next_cursor
string
The cursor to use for the next page of results. Pass this value as `next_cursor` in the query parameter in the next request to get the next page of results.