返回 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. |



