POST /v1/search
Search by titleServers
- https://api.notion.com
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
start_cursor |
String | No |
A |
query |
String | No |
The text that the API compares page and database titles against. |
filter |
Object | No |
A set of criteria, |
filter.property |
String | No |
The name of the property to filter by. Currently the only property you can filter by is the object type. Possible values include |
filter.value |
String | No |
The value of the property to filter the results by. Possible values for object type include |
sort |
Object | No |
A set of criteria, |
sort.timestamp |
String | No |
The name of the timestamp to sort against. Possible values include |
sort.direction |
String | No |
The direction to sort. Possible values include |
page_size |
Integer | No |
The number of items from the full list to include in the response. Maximum: Default value: 100 |
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.