IBM WebSphere · Example Payload

Websphere Listnotificationsubscriptions Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Listnotificationsubscriptions 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": "listNotificationSubscriptions",
  "method": "GET",
  "path": "/notifications",
  "summary": "List Notification Subscriptions",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listnotificationsubscriptions200Example",
      "example": [
        {
          "id": "abc123",
          "objectName": "example_value",
          "filters": [
            "example_value"
          ],
          "created": "2026-01-15T10:30:00Z"
        }
      ]
    }
  ]
}