IBM WebSphere · Example Payload

Websphere Listsubscriptions Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Listsubscriptions 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": "listSubscriptions",
  "method": "GET",
  "path": "/admin/qmgr/{qmgrName}/subscription",
  "summary": "List Subscriptions",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listsubscriptions200Example",
      "example": {
        "subscription": [
          {
            "id": "abc123",
            "name": "Example Title",
            "topicString": "example_value",
            "destination": "example_value",
            "type": "admin",
            "durability": "durable"
          }
        ]
      }
    }
  ]
}