👍 Page properties are most useful when interacting with a page that is an entry in a database, represented as a row in the Notion UI. If a page is not part of a database, then its only available property is its title . A page object is made up of page properties that contain data about the page. Wh...| Notion API
The Page object contains the page property values of a single Notion page. { "object": "page", "id": "be633bf1-dfa0-436d-b259-571129a590e5", "created_time": "2022-10-24T22:54:00.000Z", "last_edited_time": "2023-03-08T18:25:00.000Z", "created_by": { "object": "user", "id": "c2f20311-9e54-4d11-8c79-73...| Notion API
Database objects describe the property schema of a database in Notion. Pages are the items (or children) in a database. Page property values must conform to the property objects laid out in the parent database object. All databases 📘 Properties marked with an are available to integrations with any ...| Notion API
A property_item object describes the identifier, type, and value of a page property. It's returned from the Retrieve a page property item All property items Each page property item object contains the following keys. In addition, it will contain a key corresponding with the value of type . The value...| Notion API
All integrations have associated capabilities which enforce what an integration can do and see in a Notion workspace. These capabilities when put together enforce which API endpoints an integration can call, and what content and user related information they are able to see. To set your integration'...| Notion API
Notion uses rich text to allow users to customize their content. Rich text refers to a type of document where content can be styled and formatted in a variety of customizable ways. This includes styling decisions, such as the use of italics, font size, and font color, as well as formatting, such as ...| Notion API
A property value defines the identifier, type, and value of a page property in a page object. It's used when retrieving and updating pages, ex: Create and Update pages. 🚧 Property values in the page object have a 25 page reference limit: Any property value that has other pages in its value will onl...| Notion API
This guide describes the authorization flows for internal and public Notion integrations.| Notion API