Cmdlets for Workday

Build 23.0.8839

ConnectionType Parameter (Connect-Workday Cmdlet)

The method to use to connect to Workday.

Syntax

Connect-Workday -ConnectionType string

Possible Values

WQL, Reports, REST, SOAP

Data Type

cstr

Default Value

"WQL"

Remarks

The 本製品 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.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839