IBM WebSphere · Example Payload

Websphere Downloadfile Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Downloadfile 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": "downloadFile",
  "method": "GET",
  "path": "/file",
  "summary": "Download a File",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/octet-stream",
      "name": "Downloadfile200Example",
      "example": "example_value"
    }
  ]
}