返回 Notion Pages
將 Knoon AI 與 Notion Pages (Notion) 連接以自動化 AI 工作流程。
Retrieve one property item from a Notion page.
notionPagePropertyRetrieve
測試版
內部
權限
沒有項目可顯示。
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| pageId | file | Notion page ID. | 是的 |
| propertyId | mustache | Notion property ID. | 是的 |
| start_cursor | mustache | Pagination cursor returned by a previous property item response. | 否 |
| page_size | number | Maximum number of property items to return. | 否 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| 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. |



