{ "opencollection": "1.0.0", "info": { "name": "Workday WQL Data Sources API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://wd2-impl-services1.workday.com/ccx/oauth2/{tenant}/authorize", "accessTokenUrl": "https://wd2-impl-services1.workday.com/ccx/oauth2/{tenant}/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Data Sources", "type": "folder" }, "items": [ { "info": { "name": "Get Data Sources", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/wql/v1/{tenant}/dataSources", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The maximum number of objects in a single response." }, { "name": "offset", "value": "", "type": "query", "description": "The zero-based index of the first object in a response collection." }, { "name": "search", "value": "example_value", "type": "query", "description": "Filter data sources by name." } ] }, "docs": "Returns a collection of available WQL data sources that can be queried." }, { "info": { "name": "Get Data Source by Id", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/wql/v1/{tenant}/dataSources/:ID", "params": [ { "name": "ID", "value": "", "type": "path", "description": "The Workday ID of the resource." } ] }, "docs": "Returns detailed information for a specific data source including its available fields." }, { "info": { "name": "Get Data Source Fields", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/wql/v1/{tenant}/dataSources/:ID/fields", "params": [ { "name": "ID", "value": "", "type": "path", "description": "The Workday ID of the resource." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of objects in a single response." }, { "name": "offset", "value": "", "type": "query", "description": "The zero-based index of the first object in a response collection." } ] }, "docs": "Returns the fields available for a specific data source." } ] } ], "bundled": true }