👍 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
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
To ensure a consistent developer experience for all API users, the Notion API is rate limited and basic size limits apply to request parameters. Rate limits Rate-limited requests will return a "rate_limited" error code (HTTP response status 429). The rate limit for incoming requests per integration ...| Notion API
The User object represents a user in a Notion workspace. Users include full workspace members, guests, and integrations. You can find more information about members and guests in this guide . 📘 Provisioning users and groups using SCIM: The SCIM API is available for workspaces in Notion's Enterprise...| 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
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
A block object represents a piece of content within Notion. The API translates the headings, toggles, paragraphs, lists, media, and more that you can interact with in the Notion UI as different block type objects . For example, the following block object represents a Heading 2 in the Notion UI: { "o...| Notion API