/api/notification
GET /api/notification
List notifications.
- creator_id: if provided returns only notifications created by this user
- recipient_id: if provided returns only notification that has recipient_id as a recipient
- creator_or_recipient_id: if provided returns only notification that has user_id as creator or recipient
- card_id: if provided returns only notification that has card_id as payload
get/api/notification
Query parameters
creator_idinteger
value must be an integer greater than zero.
recipient_idinteger
value must be an integer greater than zero.
creator_or_recipient_idinteger
value must be an integer greater than zero.
card_idinteger
value must be an integer greater than zero.
include_inactiveboolean
payload_type'notification/dashboard' | 'notification/system-event' | 'notification/testing' | 'notification/card' nullable
Response
Successful response