{ "opencollection": "1.0.0", "info": { "name": "Shareworks Admin REST Authentication Token Vesting Schedule API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Vesting Schedule", "type": "folder" }, "items": [ { "info": { "name": "GET Vesting Schedule (All)", "type": "http" }, "http": { "method": "GET", "url": "https://shareworks.solium.com/rest/admin/v1/company/:companyId/vesting-schedule", "params": [ { "name": "companyId", "value": "", "type": "path" }, { "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 vesting schedules for the specified company" }, { "info": { "name": "POST Vesting Schedule (Create)", "type": "http" }, "http": { "method": "POST", "url": "https://shareworks.solium.com/rest/admin/v1/company/:companyId/vesting-schedule", "headers": [ { "name": "Shareworks-Request-Id", "value": "" } ], "params": [ { "name": "companyId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a vesting schedule for the specified company" }, { "info": { "name": "GET Manual Vesting Schedules (All)", "type": "http" }, "http": { "method": "GET", "url": "https://shareworks.solium.com/rest/admin/v1/company/:companyId/vesting-schedule/manual", "params": [ { "name": "companyId", "value": "", "type": "path" } ] }, "docs": "Retrieve the details of all manual vesting schedules for the specified company" }, { "info": { "name": "GET Vesting Schedule (Single)", "type": "http" }, "http": { "method": "GET", "url": "https://shareworks.solium.com/rest/admin/v1/company/:companyId/vesting-schedule/:vestingScheduleId", "params": [ { "name": "companyId", "value": "", "type": "path" }, { "name": "vestingScheduleId", "value": "", "type": "path" } ] }, "docs": "Retrieve the details of the specified vesting schedule" }, { "info": { "name": "PUT Vesting Schedule (Update)", "type": "http" }, "http": { "method": "PUT", "url": "https://shareworks.solium.com/rest/admin/v1/company/:companyId/vesting-schedule/:vestingScheduleId", "params": [ { "name": "companyId", "value": "", "type": "path" }, { "name": "vestingScheduleId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the details of the specified vesting schedule" } ] } ], "bundled": true }