{ "opencollection": "1.0.0", "info": { "name": "Workday Studio Integration Absence Management API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://{baseUrl}/authorize", "accessTokenUrl": "https://{baseUrl}/oauth2/{tenant}/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Absence Management", "type": "folder" }, "items": [ { "info": { "name": "Workday Studio Retrieve Absence Inputs", "type": "http" }, "http": { "method": "POST", "url": "https://{baseUrl}/ccx/service/{tenant}/Absence_Management/Get_Absence_Inputs", "body": { "type": "json", "data": "{}" } }, "docs": "Returns a collection of absence input records for time-off requests, leave entries, and absence events within specified date ranges and organizational scope." } ] } ], "bundled": true }