{ "opencollection": "1.0.0", "info": { "name": "Workiz Jobs Time Off API", "version": "1.0" }, "items": [ { "info": { "name": "Time Off", "type": "folder" }, "items": [ { "info": { "name": "List time off", "type": "http" }, "http": { "method": "GET", "url": "https://api.workiz.com/api/v1/{api_token}/timeoff/get/" }, "docs": "Returns time-off records for the account." }, { "info": { "name": "Get time off for a user", "type": "http" }, "http": { "method": "GET", "url": "https://api.workiz.com/api/v1/{api_token}/timeoff/get/:USER_NAME/", "params": [ { "name": "USER_NAME", "value": "", "type": "path", "description": "The user name whose time off to retrieve." } ] }, "docs": "Returns the time-off records for a specific user by name." } ] } ], "bundled": true }