provider 13 operations
@utdk/notion
Notion API
Generated UTDK provider client for Notion API. Hello and welcome!
To make use of this API collection collection as it's written, please duplicate this database template.
Create an integration to retrieve an API token, add your database and page ID's as variables in the collection, and start making your requests!
For our full documentation, including sample integrations and guides, visit developers.notion.com
Need more help? Join our developer community on Slack
README
Embedded directly from the package source.
notion
Generated UTDK provider types and OpenAPI-backed client for https://api.apis.guru/v2/specs/notion.com/1.0.0/openapi.json.
Operations
13 operations —
open try-it console
| Method | Operation ID | Path | Summary | |
|---|---|---|---|---|
| GET | retrieveABlock | /v1/blocks/{id} | Retrieve a block | Try |
| PATCH | updateABlock | /v1/blocks/{id} | Update a block | Try |
| DELETE | deleteABlock | /v1/blocks/{id} | Delete a block | Try |
| GET | retrieveBlockChildren | /v1/blocks/{id}/children | Retrieve block children | Try |
| PATCH | appendBlockChildren | /v1/blocks/{id}/children | Append block children | Try |
| GET | retrieveComments | /v1/comments | Retrieve comments | Try |
| GET | retrieveADatabase | /v1/databases/{id} | Retrieve a database | Try |
| PATCH | updateADatabase | /v1/databases/{id} | Update a database | Try |
| POST | queryADatabase | /v1/databases/{id}/query | Query a database | Try |
| GET | retrieveAPage | /v1/pages/{id} | Retrieve a Page | Try |
| PATCH | updatePageProperties | /v1/pages/{id} | Update Page properties | Try |
| GET | retrieveAPagePropertyItem | /v1/pages/{page_id}/properties/{property_id} | Retrieve a Page Property Item | Try |
| GET | retrieveAUser | /v1/users/{id} | Retrieve a user | Try |