Page
The Page object contains the page states of a single Notion page.
Properties
Prop | Type | Description |
---|---|---|
id * | string | Unique identifier of the page. |
title * | string | Title of the page. |
parentId * | string | null | Information about the page's parent. |
type * | string | Type of the page. Could be useful for grouping. |
isArchived * | boolean | Whether the page is in Trash. |
isPublished * | boolean | Whether the page is publised to Web. |
isFavorite * | boolean | Whether the page is in your favorite list. |
icon | IconData | Page icon. |
coverImage | CoverImage | Page icon. |
url | string | The URL of the Notion page. |
publicUrl | string | The public page URL if the page has been published to the web. |
createdBy * | string | User who created the page. The value is the user's ID. |
lastEditedBy * | string | User who last edited the page. The value is the user's ID. |
createdAt * | number | Date and time when this page was created. Formatted as timestamp (ms). |
lastEditedAt * | number | Date and time when this page was updated. Formatted as timestamp (ms). |