Dropbox · Example Payload

Dropbox Post 2File Propertiespropertiessearch Example

Documents

Dropbox Post 2File Propertiespropertiessearch 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-propertiespropertiessearch",
  "method": "POST",
  "path": "/2/file_properties/properties/search",
  "summary": "Dropbox properties/search",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "matches": [
          {
            "id": "id:a4ayc_80_OEAAAAAAAAAXz",
            "path": "/my_awesome/word.docx",
            "is_deleted": false,
            "property_groups": [
              {
                "template_id": "ptid:1a5n2i6d3OYEAAAAAAAAAYa",
                "fields": [
                  {
                    "name": "Security Policy",
                    "value": "Confidential"
                  }
                ]
              }
            ]
          }
        ]
      }
    }
  ]
}