IBM WebSphere · Example Payload

Websphere Createnotificationsubscription Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Createnotificationsubscription 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": "createNotificationSubscription",
  "method": "POST",
  "path": "/notifications",
  "summary": "Create a Notification Subscription",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreatenotificationsubscriptionRequestExample",
      "example": {
        "objectName": "example_value",
        "filters": [
          "example_value"
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "Createnotificationsubscription201Example",
      "example": {
        "id": "abc123",
        "objectName": "example_value",
        "filters": [
          "example_value"
        ],
        "created": "2026-01-15T10:30:00Z"
      }
    }
  ]
}