GET /notifications/{id}

Servers

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

all or a comma-separated list of member fields

Possible values:

  • "id"
board_fields String No

all or a comma-separated list of board fields

Possible values:

  • "url"
  • "memberships"
  • "idOrganization"
  • "shortUrl"
  • "limits"
  • "enterpriseOwned"
  • "idMemberCreator"
  • "id"
  • "name"
  • "starred"
  • "pinned"
  • "labelNames"
  • "desc"
  • "closed"
  • "prefs"
  • "descData"
card Boolean No

Whether to include the card object

Default value: false

fields String No

all or a comma-separated list of notification fields

Possible values:

  • "date"
  • "dateRead"
  • "idMemberCreator"
  • "id"
  • "data"
  • "card"
  • "type"
  • "board"
  • "reactions"
  • "unread"
  • "idAction"
member_fields String No

all or a comma-separated list of member fields

Possible values:

  • "id"
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

all or a comma-separated list of organization fields

Possible values:

  • "id"
  • "name"
display Boolean No

Whether to include the display object with the results

Default value: false

card_fields String No

all or a comma-separated list of card fields

Possible values:

  • "dueReminder"
  • "labels"
  • "locationName"
  • "dateLastActivity"
  • "shortLink"
  • "dueComplete"
  • "checkItemStates"
  • "limits"
  • "isTemplate"
  • "badges"
  • "idBoard"
  • "coordinates"
  • "id"
  • "name"
  • "idMembers"
  • "closed"
  • "idList"
  • "descData"
  • "due"
  • "address"
  • "idAttachmentCover"
  • "pos"
  • "subscribed"
  • "url"
  • "idChecklists"
  • "idMembersVoted"
  • "shortUrl"
  • "idShort"
  • "creationMethod"
  • "desc"
  • "idLabels"
  • "manualCoverAttachment"
  • "cover"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.