{ "opencollection": "1.0.0", "info": { "name": "ChalmersResearch ContractImport Organizations API", "version": "v1" }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "Returns a list of all Organizations in the database.", "type": "http" }, "http": { "method": "GET", "url": "https://api.research.chalmers.se/api/Organizations" }, "docs": "Returns a list of all Organizations in the database." }, { "info": { "name": "Create a new Organization", "type": "http" }, "http": { "method": "POST", "url": "https://api.research.chalmers.se/api/Organizations", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Organization" }, { "info": { "name": "Return details about a specific Organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.research.chalmers.se/api/Organizations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Organization id" } ] }, "docs": "Return details about a specific Organization" }, { "info": { "name": "Updates an organization", "type": "http" }, "http": { "method": "PUT", "url": "https://api.research.chalmers.se/api/Organizations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Organization to update" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an organization" }, { "info": { "name": "Deletes an organization [Not implemented]", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.research.chalmers.se/api/Organizations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id number of the organization to delete" } ] }, "docs": "Deletes an organization [Not implemented]" } ] } ], "bundled": true }