{ "opencollection": "1.0.0", "info": { "name": "ChartHop access timeoffAdjustment API", "version": "V1.0.0" }, "items": [ { "info": { "name": "timeoffAdjustment", "type": "folder" }, "items": [ { "info": { "name": "Get all time off balance adjustments for an organization", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/org/:orgId/timeoff/adjustment", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "Organization ID" } ] }, "docs": "Get all time off balance adjustments for an organization" }, { "info": { "name": "Create a time off balance adjustment", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/org/:orgId/timeoff/adjustment", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "Organization ID" } ] }, "docs": "Create a time off balance adjustment" }, { "info": { "name": "Get a specific time off balance adjustment by ID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/org/:orgId/timeoff/adjustment/:adjustmentId", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "Organization ID" }, { "name": "adjustmentId", "value": "", "type": "path", "description": "Time off adjustment ID" } ] }, "docs": "Get a specific time off balance adjustment by ID" }, { "info": { "name": "Update an existing time off balance adjustment", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v1/org/:orgId/timeoff/adjustment/:adjustmentId", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "Organization ID" }, { "name": "adjustmentId", "value": "", "type": "path", "description": "Time off adjustment ID" } ] }, "docs": "Update an existing time off balance adjustment" }, { "info": { "name": "Delete a time off balance adjustment", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/org/:orgId/timeoff/adjustment/:adjustmentId", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "Organization ID" }, { "name": "adjustmentId", "value": "", "type": "path", "description": "Time off adjustment ID" } ] }, "docs": "Delete a time off balance adjustment" } ] } ], "bundled": true }