BaseURL Parameter (Connect-Workday Cmdlet)
Your Workday account's base URL for the Workday API REST Endpoint.
Syntax
Connect-Workday -BaseURL string
Data Type
cstr
Default Value
""
Remarks
To obtain the BaseURL, log into Workday, type "View API Clients" in the search box, and select the resulting View API Clients report.
You are redirected to the View API Clients page. Near the top of this page, the Workday REST API Endpoint is displayed.
Set this connection property to the portion of the Workday REST API Endpoint from the beginning to the top-level domain, without the subdirectories or company name.
For example, if you had a Workday REST API Endpoint of https://wd3-impl-services1.workday.com/ccx/api/v1/mycompany, the value of this property should be set to "https://wd3-impl-services1.workday.com"
This is a required parameter.