OpenProject · Capability
OpenProject API V3 (Stable) — Notifications
OpenProject API V3 (Stable) — Notifications. 7 operations. Lead operation: Get notification collection. Self-contained Naftiko capability covering one Openproject business surface.
What You Can Do
GET
Listnotifications
— Get notification collection
/v1/api/v3/notifications
POST
Readnotifications
— Read all notifications
/v1/api/v3/notifications/read-ian
POST
Unreadnotifications
— Unread all notifications
/v1/api/v3/notifications/unread-ian
GET
Viewnotification
— Get the notification
/v1/api/v3/notifications/{id}
POST
Readnotification
— Read notification
/v1/api/v3/notifications/{id}/read-ian
POST
Unreadnotification
— Unread notification
/v1/api/v3/notifications/{id}/unread-ian
GET
Viewnotificationdetail
— Get a notification detail
/v1/api/v3/notifications/{notification-id}/details/{id}
MCP Tools
get-notification-collection
Get notification collection
read-only
idempotent
read-all-notifications
Read all notifications
unread-all-notifications
Unread all notifications
get-notification
Get the notification
read-only
idempotent
read-notification
Read notification
unread-notification
Unread notification
get-notification-detail
Get a notification detail
read-only
idempotent