ConnectionType
The method to use to connect to Workday.
Possible Values
WQL, Reports, REST, SOAPData Type
string
Default Value
"WQL"
Remarks
The connector supports several ways of connecting to Workday. This option controls which one is used:
- WQL exposes Workday data sources as read-only views using the Workday Query Language (WQL) service.
- Reports exposes Workday reports as views using Reports as a Service (RaaS).
- REST exposes Workday data as tables and views using the REST API.
- SOAP exposes Workday data as views using the SOAP API.