You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 29, 2025. It is now read-only.
|`baseUrl`| no |`https://api.notion.com/v1`| Base URL of the Notion API. A custom value can be provided for testing purposes (e.g., the URL of a [WireMock][] server). |
51
51
|`databaseId`| yes | - | UUID of the database to read from. |
52
+
|`filter`| no |`null`|`Filter` condition to limit the returned items. |
52
53
|`pageSize`| no |`100`| Number of items to be read with each page. Must be greater than zero and less than or equal to 100. |
53
54
|`propertyMapper`| yes | - | The `PropertyMapper` responsible for mapping properties of a Notion item into a Java object. |
54
55
|`sorts`| no |`null`|`Sort` conditions to order the returned items. Each condition is applied following the declaration order. |
0 commit comments