{ "opencollection": "1.0.0", "info": { "name": "Pieces OS Local Applications Formats API", "version": "1.0" }, "items": [ { "info": { "name": "Formats", "type": "folder" }, "items": [ { "info": { "name": "Get a snapshot of all formats.", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:1000/formats" }, "docs": "Get a snapshot of all formats." }, { "info": { "name": "Get a single format by identifier.", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:1000/format/:format", "params": [ { "name": "format", "value": "", "type": "path", "description": "The UUID of the format." } ] }, "docs": "Get a single format by identifier." } ] } ], "bundled": true }