{ "opencollection": "1.0.0", "info": { "name": "EPFL Actu News Categories Registrations API", "version": "v1" }, "items": [ { "info": { "name": "Registrations", "type": "folder" }, "items": [ { "info": { "name": "List all Registration objects.", "type": "http" }, "http": { "method": "GET", "url": "https://actu.epfl.ch/api/v1/registrations/" }, "docs": "List all Registration objects." }, { "info": { "name": "Return the details about the given Registration id.", "type": "http" }, "http": { "method": "GET", "url": "https://actu.epfl.ch/api/v1/registrations/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this object." } ] }, "docs": "Return the details about the given Registration id." } ] } ], "bundled": true }