Notion Pages に戻る
Notion Pages (Notion) と Knoon AI を接続して 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. |



