{ "opencollection": "1.0.0", "info": { "name": "Oracle Database Oracle Cloud Infrastructure Database APEX Queries API", "version": "20160918" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Queries", "type": "folder" }, "items": [ { "info": { "name": "Oracle Database Query collection with QBE filter", "type": "http" }, "http": { "method": "POST", "url": "https://database.{region}.oraclecloud.com/20160918/custom-actions/query/:collection", "params": [ { "name": "collection", "value": "", "type": "path", "description": "The name of the SODA collection" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of documents to return" }, { "name": "offset", "value": "", "type": "query", "description": "Number of documents to skip" }, { "name": "fields", "value": "", "type": "query", "description": "Control which fields are returned" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Queries the collection using a Query by Example (QBE) filter specification in the request body. Returns matching documents with optional pagination. This endpoint is equivalent to /{collection}/?action=query." } ] } ], "bundled": true }