-
Notifications
You must be signed in to change notification settings - Fork 53
How to get the contents of a page? #350
Unanswered
yosefbernal
asked this question in
Q&A
-
I've looked around but I see no Content
property or List<Block>
in the response of client.Pages.RetrieveAsync(pid)
. Help!
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
@yosefbernal Sorry for delayed response. It bit confusing from Notion side but you can use the client.Blocks.RetrieveChildrenAsync(pageId)
pass page_id
- that returns the children blocks inside a page. Hope this helps.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment