Is there a way to get information on a Notion teamspace through the api?
I am creating a Notion integration and I need information about the teamspaces (id, name, etc.), and also which teamspace each page/database belongs to. Is there a way to get this data from the api?
Is there a way to get information on a Notion teamspace through the api?
I am creating a Notion integration and I need information about the teamspaces (id, name, etc.), and also which teamspace each page/database belongs to. Is there a way to get this data from the api?
Is there a way to get information on a Notion teamspace through the api?
I am creating a Notion integration and I need information about the teamspaces (id, name, etc.), and also which teamspace each page/database belongs to. Is there a way to get this data from the api?
Is there a way to get information on a Notion teamspace through the api?
I am creating a Notion integration and I need information about the teamspaces (id, name, etc.), and also which teamspace each page/database belongs to. Is there a way to get this data from the api?
Is there a way to get information on a Notion teamspace through the api?
I am creating a Notion integration and I need information about the teamspaces (id, name, etc.), and also which teamspace each page/database belongs to. Is there a way to get this data from the api?
How can I get files from a page comments in Notion via API?
I am trying to extract comments via the Notion API. I have used the endpoints https://api.notion.com/v1/comments?block_id=<BLOCK_ID>
and https://api.notion.com/v1/comments/<COMMENT_ID>
. I can retrieve all rich text information but not files. How can I obtain files (such as images and videos) from comments?
How can I get files from a page comments in Notion via API?
I am trying to extract comments via the Notion API. I have used the endpoints https://api.notion.com/v1/comments?block_id=<BLOCK_ID>
and https://api.notion.com/v1/comments/<COMMENT_ID>
. I can retrieve all rich text information but not files. How can I obtain files (such as images and videos) from comments?
What’s the best way to obtain all text from all pages under every teamspace in Notion?
Currently, I’m manually doing this by going to each page within each teamspace, clicking the 3 dots in the top right, clicking Export
, and then exporting as ‘Markdown & CSV’. This is obviously very time consuming, as within each teamspace I’m in there’s many pages, and to top it off I’m in many teamspaces.
Databases as children of blocks
I’m mainly wondering if there’s any way of:
Notion’s search api is returning the pages in wrong order
I’m using the notions search api and its returning the notion pages in a different order compared to the notion app
flask code ->