Notifications
Notifications are created automatically when feature requests are submitted, status changes occur, or assignments are made.
Notification object
Section titled “Notification object”| Field | Type | Description |
|---|---|---|
id | string | UUID |
user_id | string | UUID of the notified user |
feature_request_id | string | UUID of the related request |
type | string | new_request, status_change, assignment |
read_at | string? | ISO 8601 timestamp, null if unread |
created_at | string | ISO 8601 timestamp |
notifications-list
Section titled “notifications-list”{"limit": 20}Response:
{ "notifications": [...], "unread_count": 5}notifications-mark-read
Section titled “notifications-mark-read”{"id": "notification-uuid"}notifications-mark-all-read
Section titled “notifications-mark-all-read”No parameters required. Marks all unread notifications as read.