MailChimp is a marketing tool to send promotional emails for business. So, If you want your data as JSON format then you can get with NoCodeAPI.
Make GET request on this endpoint to list databases with required parameters(if any required).
https://v1.nocodeapi.com//notion//listDatabases
Object | Description |
---|---|
start_cursor |
[Optional] If supplied, this endpoint will return a page of results starting after the cursor provided. |
page_size |
[Optional] The number of items from the full list desired in the response. Maximum: 100 |
id |
[Optional] If supplied, then will return single database object |
Make GET request on this endpoint to table with required parameters(if any required).
https://v1.nocodeapi.com//notion//database
Object | Description |
---|---|
id |
[Required] pass the databse id as query param |
responseType |
[Optional] pass this param to change the response result. example: blocks or json. by default is json |
sortBy |
[Optional] The name of the property to sort against. |
sortDirection |
[Optional] The direction to sort. Possible values include "ascending" and "descending" |
Make GET request on this endpoint to page content with required parameters(if any required).
https://v1.nocodeapi.com//notion//page
Object | Description |
---|---|
id |
[Required] Identifier for a Notion page(page id) |
start_cursor |
[Optional] If supplied, this endpoint will return a page of results starting after the cursor provided. |
page_size |
[Optional] The number of items from the full list desired in the response. Maximum: 100 |
Make GET request on this endpoint to page info with required parameters(if any required).
https://v1.nocodeapi.com//notion//pageInfo
Object | Description |
---|---|
id |
[Required] Identifier for a Notion page(page id) |
Make GET request on this endpoint to search with required parameters(if any required).
https://v1.nocodeapi.com//notion//search
Object | Description |
---|---|
query |
[Required] When supplied, limits which pages are returned by comparing the query to the page title. |
sortDirection |
[Optional] ascending or descending |
filterValue |
[Optional] page or database |
start_cursor |
[Optional] If supplied, this endpoint will return a page of results starting after the cursor provided. |
page_size |
[Optional] The number of items from the full list desired in the response. Maximum: 100 |
Make GET request on this endpoint to list all users with required parameters(if any required).
https://v1.nocodeapi.com//notion//users
Object | Description |
---|---|
user_id |
[Optional] If supplied, then will return single user object |
start_cursor |
[Optional] If supplied, this endpoint will return a page of results starting after the cursor provided. |
page_size |
[Optional] The number of items from the full list desired in the response. Maximum: 100 |