Cmdlets for Workday

Build 25.0.9434

ConnectionType Parameter (Connect-Workday Cmdlet)

Specifies the types of Workday data that the provider exposes as SQL tables and views.

Syntax

Connect-Workday -ConnectionType string

Possible Values

WQL, Reports, REST, SOAP

Data Type

cstr

Default Value

"WQL"

Remarks

The available values are:

  • WQL exposes Workday data sources as read-only views using the Workday Query Language (WQL) service.
    • See Data Model for a breakdown of which Workday data sources are exposed by the cmdlet as views, as well as how this list of data sources can be filtered.
  • Reports exposes Workday reports as views using Reports as a Service (RaaS).
  • REST exposes Workday data as tables and views using the REST API.
    • See REST for a breakdown of which REST API entities are exposed by the cmdlet as tables and views.
  • SOAP exposes Workday data as views using the SOAP API.

This is a required parameter.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434