Retrieves a property_item object for a given page_id and property_id . Depending on the property type, the object returned will either be a value or a paginated list of property item values. See Property item objects for specifics. To obtain property_id 's, use the Retrieve a database endpoint. In c...| Notion API
Gets a list of Pages and/or Databases contained in the database, filtered and ordered according to the filter conditions and sort criteria provided in the request. The response may contain fewer than page_size of results. If the response includes a next_cursor value, refer to the pagination referenc...| 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
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
🚧 This endpoint will not accurately return properties that exceed 25 references: Do not use this endpoint if a page property includes more than 25 references to receive the full list of references. Instead, use the Retrieve a page property endpoint for the specific property to get its complete refe...| 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 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
This guide describes the authorization flows for internal and public Notion integrations.| Notion API