Notion Pages öğesine geri dön
Knoon AI'yi Notion Pages (Notion) ile bağlayarak AI iş akışlarını otomatikleştirin.
Retrieve one property item from a Notion page.
notionPagePropertyRetrieve
BETA
Dahili
İzinler
Gösterilecek öğe yok.
İsteğe bağlı izinler
Gösterilecek öğe yok.
Parametreler
| İsim | Tür | Açıklama | Gerekli |
|---|---|---|---|
| pageId | file | Notion page ID. | Evet |
| propertyId | mustache | Notion property ID. | Evet |
| start_cursor | mustache | Pagination cursor returned by a previous property item response. | Hayır |
| page_size | number | Maximum number of property items to return. | Hayır |
İadeler
| İsim | Tür | Açıklama |
|---|---|---|
| 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. |



