{ "opencollection": "1.0.0", "info": { "name": "Api Documentation Accounts Company API", "version": "1.0" }, "items": [ { "info": { "name": "Company", "type": "folder" }, "items": [ { "info": { "name": "get_company", "type": "http" }, "http": { "method": "GET", "url": "https://service.chromeriver.com/company", "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": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." } ] }, "docs": "Show company instance instead of listing companies." }, { "info": { "name": "get_company_by_id", "type": "http" }, "http": { "method": "GET", "url": "https://service.chromeriver.com/company/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." } ] } } ] } ], "bundled": true }