POST /notifications/all/read
Mark all notifications as read
Servers
- https://api.trello.com/1
Query parameters
Name | Type | Required | Description |
---|---|---|---|
ids[] |
Array | No |
A comma-seperated list of IDs. Allows specifying an array of notification IDs to change the read state for. This will become useful as we add grouping of notifications to the UI, with a single button to mark all notifications in the group as read/unread. |
read |
Boolean | No |
Boolean to specify whether to mark as read or unread (defaults to Default value: true |
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.