Dropbox · Example Payload

Dropbox Post 2Teamfeaturesget Values Example

Documents

Dropbox Post 2Teamfeaturesget Values 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-2teamfeaturesget-values",
  "method": "POST",
  "path": "/2/team/features/get_values",
  "summary": "Dropbox features/get_values",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "values": [
          {
            ".tag": "upload_api_rate_limit",
            "upload_api_rate_limit": {
              ".tag": "limit",
              "limit": 25000
            }
          },
          {
            ".tag": "has_team_shared_dropbox",
            "has_team_shared_dropbox": {
              ".tag": "has_team_shared_dropbox",
              "has_team_shared_dropbox": false
            }
          }
        ]
      }
    }
  ]
}