GET /2/notes/search/notes_written
Returns all the community notes written by the user.
Servers
- https://api.x.com
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
test_mode |
Boolean | Yes |
If true, return the notes the caller wrote for the test. If false, return the notes the caller wrote on the product. |
note.fields[] |
Array | No |
A comma separated list of Note fields to display. |
max_results |
Integer | No |
Max results to return. Default value: 10 |
pagination_token |
String | No |
Pagination token to get next set of posts eligible for notes. |
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.