{ "opencollection": "1.0.0", "info": { "name": "Shareworks Admin REST Authentication Token Company API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Company", "type": "folder" }, "items": [ { "info": { "name": "GET Company (All)", "type": "http" }, "http": { "method": "GET", "url": "https://shareworks.solium.com/rest/admin/v1/company", "params": [ { "name": "pageSize", "value": "", "type": "query", "description": "Number of items to return per page. Default is 50. Maximum is 250" }, { "name": "pageNumber", "value": "", "type": "query", "description": "Which page of the data set to fetch. Default is 1." } ] }, "docs": "Retrieve the details of all managed companies" }, { "info": { "name": "POST Company (Create)", "type": "http" }, "http": { "method": "POST", "url": "https://shareworks.solium.com/rest/admin/v1/company", "headers": [ { "name": "Shareworks-Request-Id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new private company with the default setup" }, { "info": { "name": "GET Company (Single)", "type": "http" }, "http": { "method": "GET", "url": "https://shareworks.solium.com/rest/admin/v1/company/:companyId", "params": [ { "name": "companyId", "value": "", "type": "path" } ] }, "docs": "Retrieve the details of the specified company" }, { "info": { "name": "PUT Company (Update)", "type": "http" }, "http": { "method": "PUT", "url": "https://shareworks.solium.com/rest/admin/v1/company/:companyId", "params": [ { "name": "companyId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the details of the specified company" } ] } ], "bundled": true }