{ "opencollection": "1.0.0", "info": { "name": "BigchainDB HTTP Assets API", "version": "v1" }, "items": [ { "info": { "name": "Assets", "type": "folder" }, "items": [ { "info": { "name": "Search assets", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:9984/api/v1/assets", "params": [ { "name": "search", "value": "", "type": "query", "description": "The text to search for in asset payloads." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return." } ] }, "docs": "Full-text search over the data payloads of CREATE-transaction assets." } ] } ], "bundled": true }