DataSourcesDataSourceFilters
Contains filter criteria for data sources, allowing users to retrieve specific subsets of data based on predefined conditions.
Workday Resource Information
Retrieves the data source filter with the specified {ID} for a specific data source. You can only view data sources and data source filters that you have security access to.Secured by: Development, WQL for Workday Extend, Workday Query Language+TG
Scope: System
Columns
| Name | Type | Description |
| Id [KEY] | String | Unique identifier for the data source filter instance. |
| DataSources_Id [KEY] | String | The unique Workday identifier (WID) that identifies the data source associated with this filter. |
| Alias | String | Represents the Workday Query Language (WQL) alias used for Adhoc Query Enabled instances in WQL REST APIs. This field is intended for internal system use. |
| Description | String | A brief summary describing the purpose or characteristics of the data source filter. |
| Descriptor | String | A preview or concise representation of the data source filter instance, typically used for display purposes. |
| Alias_Prompt | String | The alias name assigned to the data source filter, used to reference the filter within queries. |
| SearchString_Prompt | String | A case-insensitive search string used to find matches within the descriptors of data source filters. |
| Alias_Prompt_For_DataSources | String | The alias name assigned to the data source, used to reference the data source within queries. |
| SearchString_Prompt_For_DataSources | String | A case-insensitive search string used to find matches within the descriptors of data sources. |