Indietro a Notion Pages
Connetti Knoon AI con Notion Pages (Notion) per automatizzare i flussi di lavoro AI.
Retrieve one property item from a Notion page.
notionPagePropertyRetrieve
Beta
Interno
Autorizzazioni
Non ci sono elementi da visualizzare.
Autorizzazioni facoltative
Non ci sono elementi da visualizzare.
Parametri
| Nome | Tipo | Descrizione | Obbligatorio |
|---|---|---|---|
| pageId | file | Notion page ID. | Sì |
| propertyId | mustache | Notion property ID. | Sì |
| start_cursor | mustache | Pagination cursor returned by a previous property item response. | No |
| page_size | number | Maximum number of property items to return. | No |
Resi
| Nome | Tipo | Descrizione |
|---|---|---|
| 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. |



