-
I have the ID of a top page, and I can get data from it via Could anyone point me in the right direction? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
ramnes
Apr 24, 2023
Replies: 1 comment 2 replies
-
If your page is a database, you probably want to use |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If your page is a database, you probably want to use
notion.databases.query()
, otherwisenotion.blocks.children.list()
.