IBM WebSphere · Example Payload

Websphere Listnotifications Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Listnotifications Example is an example object payload from IBM WebSphere, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "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"
        }
      ]
    }
  ]
}