{ "opencollection": "1.0.0", "info": { "name": "EPFL Actu News Categories Faculties API", "version": "v1" }, "items": [ { "info": { "name": "Faculties", "type": "folder" }, "items": [ { "info": { "name": "List all Faculty objects.", "type": "http" }, "http": { "method": "GET", "url": "https://actu.epfl.ch/api/v1/faculties/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "search", "value": "", "type": "query", "description": "A search term." } ] }, "docs": "List all Faculty objects." }, { "info": { "name": "Return the details about the given Faculty id.", "type": "http" }, "http": { "method": "GET", "url": "https://actu.epfl.ch/api/v1/faculties/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this object." }, { "name": "search", "value": "", "type": "query", "description": "A search term." } ] }, "docs": "Return the details about the given Faculty id." } ] } ], "bundled": true }