title.
Page content is available as blocks. The content can be read using retrieve block children and appended using append block children.
Page object properties
Properties marked with an * are available to integrations with any capabilities. Other properties require read content capabilities in order to be returned from the Notion API. For more information on integration capabilities, see the capabilities guide.
| Property | Type | Description | Example value |
|---|---|---|---|
object* | string | Always "page". | "page" |
id* | string (UUIDv4) | Unique identifier of the page. | "45ee8d13-687b-47ce-a5ca-6e2e45548c4b" |
created_time | string (ISO 8601 date and time) | Date and time when this page was created. Formatted as an ISO 8601 date time string. | "2020-03-17T19:10:04.968Z" |
created_by | Partial User | User who created the page. | {"object": "user","id": "45ee8d13-687b-47ce-a5ca-6e2e45548c4b"} |
last_edited_time | string (ISO 8601 date and time) | Date and time when this page was updated. Formatted as an ISO 8601 date time string. | "2020-03-17T19:10:04.968Z" |
last_edited_by | Partial User | User who last edited the page. | {"object": "user","id": "45ee8d13-687b-47ce-a5ca-6e2e45548c4b"} |
archived | boolean | The archived status of the page. | false |
in_trash | boolean | Whether the page is in Trash. | false |
icon | File Object (type of "external" or "file_upload" are supported) or Emoji object | Page icon. | |
cover | File object (type of "external" or "file_upload" are supported) | Page cover image. | |
properties | object | Property values of this page. As of version 2022-06-28, properties only contains the ID of the property; in prior versions properties contained the values as well. If parent.type is "page_id" or "workspace", then the only valid key is title. If parent.type is "data_source_id", then the keys and values of this field are determined by the properties of the data source this page belongs to.key string Name of a property as it appears in Notion.value object See Property value object. | { "id": "A%40Hk" } |
parent | object | Information about the page’s parent. See Parent object. | { "type": "data_source_id", "data_source_id": "d9824bdc-8445-4327-be8b-5b47500af6ce" } |
url | string | The URL of the Notion page. | "https://www.notion.so/Avocado-d093f1d200464ce78b36e58a3f0d8043" |
public_url | string | The public page URL if the page has been published to the web. Otherwise, null. | "https://jm-testing.notion.site/p1-6df2c07bfc6b4c46815ad205d132e22d"1 |