Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Overview
This article shows how to build, configure, deploy, and run an App Connect Toolkit integration with the Workday system. The sample App Connect Toolkit flow will use Workday provided REST Staffing JSON swagger schema. The sample flow is a REST API that will retrieve Workday worker records.Workday's JSON Swagger schemas can be downloaded from Workday community https://community.workday.com/sites/default/files/file-hosting/restapi/index.html. For this sample, i will be using the staffing.json, which contains Worker API's.Workday ConfigurationRegister API Client for IntegrationsLogin to Workday, and search for "Register API Client for Integrations". Create one like below.
Testing
Test the API by navigating to the Integration Server > Select the API (x_invoke_workday_worker_api). Pass Worker WID to retrieve a Worker record, or leave blank to retrieve multiple Worker records.AcknowledgementsI would like to thank Valerie Lampkin (Integration Technical Specialist) for reviewing the article. Valerie's feedback was helpful for fine-tuning the article.