{ "opencollection": "1.0.0", "info": { "name": "Workday Integration Workday Absence Management Absence Types Payroll Interface 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": "Payroll Interface", "type": "folder" }, "items": [ { "info": { "name": "Workday Integration Retrieve a collection of payrollExports", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/payrollExports", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ] }, "docs": "Returns a collection of payrollExports from the Workday Payroll Interface API." }, { "info": { "name": "Workday Integration Retrieve a specific PayrollExport", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/payrollExports/:ID", "params": [ { "name": "ID", "value": "", "type": "path" } ] }, "docs": "Returns the specified PayrollExport instance with its details." } ] } ], "bundled": true }