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



