Kembali ke Notion Pages
Sambungkan Knoon AI dengan Notion Pages (Notion) untuk mengotomatisasi alur kerja AI.
Retrieve one property item from a Notion page.
notionPagePropertyRetrieve
Beta
Internal
Izin
Tidak ada item untuk ditampilkan.
Izin opsional
Tidak ada item untuk ditampilkan.
Parameter
| Nama | Tipe | Deskripsi | Wajib |
|---|---|---|---|
| pageId | file | Notion page ID. | Ya |
| propertyId | mustache | Notion property ID. | Ya |
| start_cursor | mustache | Pagination cursor returned by a previous property item response. | Tidak |
| page_size | number | Maximum number of property items to return. | Tidak |
Pengembalian
| Nama | Tipe | Deskripsi |
|---|---|---|
| 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. |



