{ "opencollection": "1.0.0", "info": { "name": "Workday Extend Workday Custom Objects App Configurations WQL Query 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 Query", "type": "folder" }, "items": [ { "info": { "name": "Workday Extend Execute a WQL query", "type": "http" }, "http": { "method": "POST", "url": "https://{baseUrl}/api/customObjects/v1/{tenant}/wql", "body": { "type": "json", "data": "{}" } }, "docs": "Executes a Workday Query Language (WQL) query for complex data retrieval. WQL uses SQL-like syntax to query business objects and supports filtering, sorting, aggregation, and relationship traversal. Results can be paginated using limit and offset parameters within the query." } ] } ], "bundled": true }