Notifications
API Reference for ProcessMaker Notification API
Last updated
Was this helpful?
API Reference for ProcessMaker Notification API
Last updated
Was this helpful?
Display a listing of the resource.
/notifications
Only return notifications by status (unread, all, etc.)
Filter results by string. Searches Name, Description, and Status. Status must match exactly. Others can be a substring.
Field to order results by
asc
, desc
Include data from related models in payload. Comma separated list.
Store a newly created resource in storage.
/notifications
Represents a notification definition.
Update a user
/notifications/{notification_id}
ID of notification to return
Represents a notification definition.
No body
Update notification as read
/read_notifications
list of message ids that will be marked as read
all messages that has an url that is in this list will be marked as read
No body
Update notifications as unread
/unread_notifications
list of message ids that will be marked as read
all messages that has an url that is in this list will be marked as read
No body