ย้อนกลับไปยัง Notion Views
เชื่อมต่อ Knoon AI กับ Notion Views (Notion) เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ AI
Retrieve paginated results from a cached Notion view query.
notionViewQueryResults
เบต้า
ภายใน
สิทธิ์การใช้งาน
ไม่มีรายการให้แสดง
สิทธิ์การใช้งานตัวเลือก
ไม่มีรายการให้แสดง
พารามิเตอร์
| ชื่อ | ประเภท | คำอธิบาย | จำเป็นต้องมี |
|---|---|---|---|
| viewId | mustache | Notion view ID. | ใช่ |
| queryId | mustache | View query ID. | ใช่ |
| start_cursor | mustache | Pagination cursor returned by a previous query results response. | ไม่ |
| page_size | number | Maximum number of results to return. | ไม่ |
คืนสินค้า
| ชื่อ | ประเภท | คำอธิบาย |
|---|---|---|
| object | string | Response object type. |
| type | string | List type discriminator when returned by Notion. |
| view_result | map | Type-specific list metadata for view_result. |
| next_cursor | string | Cursor for the next page of results. |
| has_more | boolean | Whether more results are available. |
| results.object | string | Result object type. |
| results.id | string | Result object ID. |
| results.url | string | Result object URL when available. |