{ "opencollection": "1.0.0", "info": { "name": "Box Authorize Authorization Metadata Queries API", "version": "1.0" }, "items": [ { "info": { "name": "Metadata Queries", "type": "folder" }, "items": [ { "info": { "name": "Box Query files/folders by metadata", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/metadata_queries/execute_read", "body": { "type": "json", "data": "{}" } }, "docs": "Create a search using SQL-like syntax to return items that match specific\nmetadata.\n\nBy default, this endpoint returns only the most basic info about the items for\nwhich the query matches. To get additional fields for each item, including any\nof the metadata, use the `fields` attribute in the query." } ] } ], "bundled": true }