Workday Query Language (WQL)

Workday Query Language (WQL)

The Workday Query Language (WQL) service enables applications to access Workday data using the WQL syntax. It contains resources that define operations to view a summary of data sources, details about a specific data source, and fields contained within a data source. Information from the response can then be used to construct a WQL request in the Data REST API.

Operations

Returns the data from a WQL query.
Returns the data from a WQL query. The read-only POST request accommodates queries greater than 2,048 characters.
Retrieves a collection of data sources for use in a WQL query.
Retrieves a data source filter of the data source.
Retrieves the data source filter with the specified {ID} for a specific data source.
Retrieves a field of the data source instance.
Retrieves the field with a specified {ID} for the specific data source.
Retrieves a data source for the specified {ID} for use in a WQL query.