{ "opencollection": "1.0.0", "info": { "name": "CCIN Output API", "version": "1.0" }, "items": [ { "info": { "name": "ccin-extract-resource", "type": "folder" }, "items": [ { "info": { "name": "Returns a single extract record by CCIN", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/ccins/:ccin", "params": [ { "name": "asAtDate", "value": "", "type": "query", "description": "Setting this parameter will retrieve the most recent extract prior to the date sent in. Format expected is yyyy-MM-dd" }, { "name": "ccin", "value": "", "type": "path", "description": "ccin" } ] }, "docs": "Returns a single extract record by CCIN" } ] } ], "bundled": true }