GET /v1/pages/{page_id}
Retrieve a pageServers
- https://api.notion.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
page_id |
String | Yes |
Identifier for a Notion page |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
filter_properties |
String | No |
A list of page property value IDs associated with the page. Use this param to limit the response to a specific page property value or values. To retrieve multiple properties, specify each page property ID. For example: |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.