Quay lại Notion Blocks
Kết nối Knoon AI với Notion Blocks (Notion) để tự động hóa các quy trình làm việc AI.
List children of a Notion block.
notionBlockChildrenList
BẢN THỬ NGHIỆM
Nội bộ
Quyền hạn
Không có mục nào để hiển thị.
Quyền hạn tùy chọn
Không có mục nào để hiển thị.
Tham số
| Tên | Loại | Mô tả | Bắt buộc |
|---|---|---|---|
| blockId | mustache | Parent block ID. | Có |
| start_cursor | mustache | Pagination cursor returned by a previous children list response. | Không |
| page_size | number | Maximum number of children to return. | Không |
Trả về
| Tên | Loại | Mô tả |
|---|---|---|
| object | string | Response object type. |
| type | string | List type discriminator when returned by Notion. |
| block | map | Type-specific list metadata for block. |
| 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.has_children | boolean | Whether the block has children. |
| results.type | string | Block type. |