![]() |
VOOZH | about |
Reveal is a data visualization solution provided by Infragistics and can be paired with the CData API Server to build dynamic dashboards from live Workday data. The CData API Server generates an OData API for Workday, which is natively consumable in Reveal. In this article, we walk through connecting to Workday in API Server and connecting to the API Server from Infragistics Reveal to create a simple dashboard.
CData provides the easiest way to access and integrate live data from Workday. Customers use CData connectivity to:
Users frequently integrate Workday with analytics tools such as Tableau, Power BI, and Excel, and leverage our tools to replicate Workday data to databases or data warehouses. Access is secured at the user level, based on the authenticated user's identity and role.
For more information on configuring Workday to work with CData, refer to our Knowledge Base articles: Comprehensive Workday Connectivity through Workday WQL and Reports-as-a-Service & Workday + CData: Connection & Integration Best Practices.
CData API Server uses a straightforward, point-and-click interface to connect to data sources and generate APIs.
To connect to Workday, users need to find the Tenant and BaseURL and then select their API type.
To obtain the BaseURL and Tenant properties, log into Workday and search for "View API Clients." On this screen, you'll find the Workday REST API Endpoint, a URL that includes both the BaseURL and Tenant.
The format of the REST API Endpoint is: https://domain.com/subdirectories/mycompany, where:
The value you use for the ConnectionType property determines which Workday API you use. See our Community Article for more information on Workday connectivity options and best practices.
| API | ConnectionType Value |
|---|---|
| WQL | WQL |
| Reports as a Service | Reports |
| REST | REST |
| SOAP | SOAP |
Your method of authentication depends on which API you are using.
See the Help documentation for more information on configuring OAuth with Workday.
π Configuring a connection (Salesforce is shown).After connecting to Workday, create Resources, which represent API endpoints for Workday data.
Create a User to connect to Workday from Reveal through API Server.
When accessing and connecting to multiple different domains from an application such as Ajax, there is a possibility of violating the limitations of cross-site scripting. In that case, configure the CORS settings in Settings -> Server.
Save the changes to the settings.
π Configuring CORS settingsWith the API Server configured, we can visualize Workday data in Reveal.
At this point, you have created a simple dashboard from live Workday data. For more information on creating OData feeds from Workday (and more than 150 other sources), visit the API Server page. Download a free, 30-day trial and start working live Workday data in tools that consume OData APIs.
Learn more or sign up for a free trial:
CData API Server