{ "opencollection": "1.0.0", "info": { "name": "Access Accounts Collections API", "version": "1.0.0" }, "items": [ { "info": { "name": "Collections", "type": "folder" }, "items": [ { "info": { "name": "Gets a Collection by ID", "type": "http" }, "http": { "method": "GET", "url": "https://rest-testnet.onflow.org/v1/collections/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The collection ID." }, { "name": "expand", "value": "", "type": "query", "description": "A comma-separated list indicating which properties of the content to expand." }, { "name": "select", "value": "", "type": "query", "description": "A comma-separated list indicating which properties of the content to return." } ] }, "docs": "Get a collection by provided collection ID." } ] } ], "bundled": true }