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
👍 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
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
📘 The Notion API does not yet support uploading files to Notion. File objects contain data about a file that is uploaded to Notion, or data about an external file that is linked to in Notion. { "type": "file", "file": { "url": "https://s3.us-west-2.amazonaws.com/secure.notion-static.com/7b8b0713-db...| 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