Box · Example Payload

Box Post Zip Downloads Example

Cloud StorageCollaborationContent ManagementDocumentsEnterpriseFile Sharing

Box Post Zip Downloads Example is an example object payload from Box, 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": "post_zip_downloads",
  "method": "POST",
  "path": "/zip_downloads",
  "summary": "Box Create zip download",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "202",
      "contentType": "application/json",
      "name": "default",
      "example": {
        "download_url": "https://dl.boxcloud.com/2.0/zip_downloads/29l00nfxDyHOt7RphI9zT_w==nDnZEDjY2S8iEWWCHEEiptFxwoWojjlibZjJ6geuE5xnXENDTPxzgbks_yY=/content",
        "status_url": "https://api.box.com/2.0/zip_downloads/29l00nfxDyHOt7RphI9zT_w==nDnZEDjY2S8iEWWCHEEiptFxwoWojjlibZjJ6geuE5xnXENDTPxzgbks_yY=/status",
        "expires_at": "2020-07-22T11:26:08Z",
        "name_conflicts": [
          [
            {
              "id": "12345",
              "type": "file",
              "original_name": "Report.pdf",
              "download_name": "3aa6a7.pdf"
            },
            {
              "id": "34325",
              "type": "file",
              "original_name": "Report.pdf",
              "download_name": "5d53f2.pdf"
            }
          ]
        ]
      }
    }
  ]
}