Terug naar Notion Pages
Verbinding maken met Knoon AI met Notion Pages (Notion) om AI-workflows te automatiseren.
Retrieve one property item from a Notion page.
notionPagePropertyRetrieve
BÈTA
Intern
Machtigingen
Er zijn geen items om weer te geven.
Optionele machtigingen
Er zijn geen items om weer te geven.
Parameters
| Naam | Type | Beschrijving | Vereist |
|---|---|---|---|
| pageId | file | Notion page ID. | Ja |
| propertyId | mustache | Notion property ID. | Ja |
| start_cursor | mustache | Pagination cursor returned by a previous property item response. | Nee |
| page_size | number | Maximum number of property items to return. | Nee |
Retouren
| Naam | Type | Beschrijving |
|---|---|---|
| object | string | Object type. |
| type | string | Property item type. |
| id | string | Property item ID when available. |
| next_cursor | string | Cursor for the next page when the property item is paginated. |
| has_more | boolean | Whether more property items are available. |
| results.object | string | Object type for each property item. |
| results.type | string | Property item type. |



