ย้อนกลับไปยัง Notion Views
เชื่อมต่อ Knoon AI กับ Notion Views (Notion) เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ AI
List Notion views.
notionViewList
เบต้า
ภายใน
สิทธิ์การใช้งาน
ไม่มีรายการให้แสดง
สิทธิ์การใช้งานตัวเลือก
ไม่มีรายการให้แสดง
พารามิเตอร์
| ชื่อ | ประเภท | คำอธิบาย | จำเป็นต้องมี |
|---|---|---|---|
| start_cursor | mustache | Pagination cursor returned by a previous views list response. | ไม่ |
| page_size | number | Maximum number of views to return. | ไม่ |
คืนสินค้า
| ชื่อ | ประเภท | คำอธิบาย |
|---|---|---|
| object | string | Response object type. |
| type | string | List type discriminator when returned by Notion. |
| view | map | Type-specific list metadata for view. |
| next_cursor | string | Cursor for the next page of results. |
| has_more | boolean | Whether more results are available. |
| results.object | string | Object type returned by Notion. |
| results.id | string | Unique ID of the Notion object. |
| results.url | string | Canonical URL for the object when available. |
| results.public_url | string | Public URL when the object is publicly shared. |
| results.created_time | string | Creation timestamp in ISO 8601 format. |
| results.last_edited_time | string | Last edited timestamp in ISO 8601 format. |
| results.archived | boolean | Whether the object is archived. |
| results.in_trash | boolean | Whether the object is in trash. |
| results.parent | map | Parent reference object returned by Notion. |
| results.name | string | View name. |
| results.description | string | View description when available. |
| results.layout | string | View layout. |
| results.source | map | Source definition for the view. |