ย้อนกลับไปยัง 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. |



