Wróć do Notion Pages
Połącz Knoon AI z Notion Pages (Notion), aby zautomatyzować przepływy pracy AI.
Retrieve one property item from a Notion page.
notionPagePropertyRetrieve
BETA
Wewnętrzny
Uprawnienia
Brak elementów do wyświetlenia.
Uprawnienia opcjonalne
Brak elementów do wyświetlenia.
Parametry
| Nazwa | Typ | Opis | Wymagane |
|---|---|---|---|
| pageId | file | Notion page ID. | Tak |
| propertyId | mustache | Notion property ID. | Tak |
| start_cursor | mustache | Pagination cursor returned by a previous property item response. | Nie |
| page_size | number | Maximum number of property items to return. | Nie |
Zwroty
| Nazwa | Typ | Opis |
|---|---|---|
| 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. |



