{ "operationId": "listNotifications", "method": "GET", "path": "/notifications", "summary": "List Notifications", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Listnotifications200Example", "example": [ { "id": "abc123", "type": "vulnerability", "severity": "info", "title": "Example Title", "message": "example_value", "read": true, "createdDate": "2026-01-15T10:30:00Z", "relatedResourceId": "500123" } ] } ] }