IBM WebSphere · Example Payload

Websphere Getnotifications Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Getnotifications 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": "getNotifications",
  "method": "GET",
  "path": "/notifications/{subscriptionId}",
  "summary": "Get Pending Notifications",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getnotifications200Example",
      "example": [
        {
          "type": "example_value",
          "source": "example_value",
          "message": "example_value",
          "sequenceNumber": 10,
          "timestamp": 10,
          "userData": "example_value"
        }
      ]
    }
  ]
}