{ "opencollection": "1.0.0", "info": { "name": "Workday Integration Workday Absence Management Absence Types WQL 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": "WQL", "type": "folder" }, "items": [ { "info": { "name": "Workday Integration Execute a WQL query", "type": "http" }, "http": { "method": "POST", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/wql", "body": { "type": "json", "data": "{}" } }, "docs": "Executes a Workday Query Language (WQL) query against Prism Analytics data and returns the results." } ] } ], "bundled": true }