Find a notification by id
$ api ->notifications ()->show (string $ id , array $ params )
$ api ->notifications ()->update (string $ id , array $ params )
Set a notification's unread status
$ api ->notifications ()->setUnread (string $ id , boolean $ status )
Set all notification's as read
$ api ->notifications ()->setAllRead ()
Get a given notification's entities
$ api ->notifications ()->getEntities (string $ id , array $ params )
Get a notification's board
$ api ->notifications ()->getBoard (string $ id , array $ params )
Get the field of a board of a given card
$ api ->notifications ()->getBoardField (string $ id , array $ field )
Get a notification's list
$ api ->notifications ()->getList (string $ id , array $ params )
Get the field of a list of a given notification
$ api ->notifications ()->getListField (string $ id , array $ field )
Get a notification's card
$ api ->notifications ()->getCard (string $ id , array $ params )
Get the field of a card of a given notification
$ api ->notifications ()->getCardField (string $ id , array $ field )
Get a notification's member
$ api ->notifications ()->getMember (string $ id , array $ params )
Get the field of a member of a given notification
$ api ->notifications ()->getMemberField (string $ id , array $ field )
Get a notification's creator
$ api ->notifications ()->getCreator (string $ id , array $ params )
Get the field of a creator of a given notification
$ api ->notifications ()->getCreatorField (string $ id , array $ field )
Get a notification's organization
$ api ->notifications ()->getOrganization (string $ id , array $ params )
Get the field of an organization of a given notification
$ api ->notifications ()->getOrganizationField (string $ id , array $ field )