BaseURL Parameter (Connect-Workday Cmdlet)
The base URL for the Workday connection.
Syntax
Connect-Workday -BaseURL string
Data Type
cstr
Default Value
""
Remarks
To obtain the BaseURL, log into Workday and search for View API Clients. In the listed values, find the Workday REST API Endpoint. For example:
https://wd3-impl-services1.workday.com/ccx/api/v1/mycompany
In this case the BaseURL is "https://wd3-impl-services1.workday.com".
This is a required parameter.