properties/search
POST https://api.dropboxapi.com/2/file_properties/properties/search
scope: files.metadata.read
Search across property templates for particular property field values.
Request Body
{"queries"=>[{"query"=>"Compliance Bot - Beta", "mode"=>{".tag"=>"field_name", "field_name"=>"Security"}, "logical_operator"=>"or_operator"}], "template_filter"=>"filter_none"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string | ||
Dropbox-API-Path-Root | string | ||
Dropbox-API-Select-User | string |
RESPONSES
status: OK
{"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"}]}]}]}