Find Workday REST API url's
Published on •#TIL#workday#Workday IntegrationsToday I learned how to find out how to find the REST API URLs in Workday.
WD Community: Guide to Formatting REST API Endpoint URLs
They follow this format:
https://{baseURL}/ccx/api/{service}/{version}/{tenant}/{endpoint}
- baseURL: Comes from the View API Clients task via the Workday REST API Endpoint url.
- service: This is the main heading from the Services Directory
- version: Documented on services directory next to the service name
- tenant: Tenant ID, ex:
company1