GET /notifications/{id}
Servers
- https://api.trello.com/1
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
String | Yes |
The ID of the notification |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
list |
Boolean | No |
Whether to include the list object Default value: false |
entities |
Boolean | No |
Whether to include the entities object with the results Default value: false |
board |
Boolean | No |
Whether to include the board object Default value: false |
memberCreator_fields |
String | No |
Possible values:
|
board_fields |
String | No |
Possible values:
|
card |
Boolean | No |
Whether to include the card object Default value: false |
fields |
String | No |
Possible values:
|
member_fields |
String | No |
Possible values:
|
organization |
Boolean | No |
Whether to include the organization object Default value: false |
member |
Boolean | No |
Whether to include the member object Default value: true |
memberCreator |
Boolean | No |
Whether to include the member object of the creator Default value: true |
organization_fields |
String | No |
Possible values:
|
display |
Boolean | No |
Whether to include the display object with the results Default value: false |
card_fields |
String | No |
Possible values:
|
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.