{ "opencollection": "1.0.0", "info": { "name": "Polito Faculty Announcements People API", "version": "0.0.1" }, "items": [ { "info": { "name": "People", "type": "folder" }, "items": [ { "info": { "name": "Search people | Cerca persone", "type": "http" }, "http": { "method": "GET", "url": "https://app.didattica.polito.it/api/people", "params": [ { "name": "search", "value": "", "type": "query", "description": "Filter people containing 'search' in their full name" } ] }, "docs": "Search people | Cerca persone" }, { "info": { "name": "Show person | Mostra persona", "type": "http" }, "http": { "method": "GET", "url": "https://app.didattica.polito.it/api/people/:personId", "params": [ { "name": "personId", "value": "", "type": "path" } ] }, "docs": "Show person | Mostra persona" } ] } ], "bundled": true }