Dropbox · Example Payload

Dropbox Post 2File Requestsget Example

Documents

Dropbox Post 2File Requestsget Example is an example object payload from Dropbox, 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-2file-requestsget",
  "method": "POST",
  "path": "/2/file_requests/get",
  "summary": "Dropbox get",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "oaCAVmEyrqYnkZX9955Y",
        "url": "https://www.dropbox.com/request/oaCAVmEyrqYnkZX9955Y",
        "title": "Homework submission",
        "created": "2015-10-05T17:00:00Z",
        "is_open": true,
        "file_count": 3,
        "destination": "/File Requests/Homework",
        "deadline": {
          "deadline": "2020-10-12T17:00:00Z",
          "allow_late_uploads": {
            ".tag": "seven_days"
          }
        }
      }
    }
  ]
}