Dropbox · Example Payload

Dropbox Post 2File Propertiestemplatesget For User Example

Documents

Dropbox Post 2File Propertiestemplatesget For User 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-propertiestemplatesget-for-user",
  "method": "POST",
  "path": "/2/file_properties/templates/get_for_user",
  "summary": "Dropbox templates/get_for_user",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "name": "Security",
        "description": "These properties describe how confidential this file or folder is.",
        "fields": [
          {
            "name": "Security Policy",
            "description": "This is the security policy of the file or folder described.\nPolicies can be Confidential, Public or Internal.",
            "type": {
              ".tag": "string"
            }
          }
        ]
      }
    }
  ]
}