ConnectionType Parameter (Connect-Workday Cmdlet)
The method to use to connect to Workday.
Syntax
Connect-Workday -ConnectionType string
Possible Values
WQL, Reports, REST, SOAPData Type
cstr
Default Value
"WQL"
Remarks
The cmdlet 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.
This is a required parameter.