Retour à Notion Pages
Connecter Knoon AI avec Notion Pages (Notion) pour automatiser les flux de travail AI.
Retrieve one property item from a Notion page.
notionPagePropertyRetrieve
Bêta
Interne
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| pageId | file | Notion page ID. | Oui |
| propertyId | mustache | Notion property ID. | Oui |
| start_cursor | mustache | Pagination cursor returned by a previous property item response. | Non |
| page_size | number | Maximum number of property items to return. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| 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. |



