Forum Discussion
Hi Daryl,
We use the Workday Snap Pack. Prior to that, we wrote java code to use their SOAP API. Each API update required code changes. If you are familiar with that API you will know that many calls return very nested XML that makes it hard to pull the fields you want. The Workday Snap Pack coupled with a mapper makes this task simple.
In the Workday Read snap there’s a “simplified output” checkbox which can help significantly with extra info, or you can leave that cleared to get the full results. Also, it can do the paging for you.
When Workday releases a new API version, you just update the value in the account used to access Workday to update to that version.
You can read reports using the Snaplogic REST GET snap. Sometimes that’s preferable because a report can return exactly what you need without having to make multiple calls and join the results together. Also, you can give access to certain data without exposing other (say title but not salary) that you might not have as fine control within Workday. But, you must maintain the report.
We use both (Workday Snap and REST) in production.
I’d be happy to answer any other questions if I can help.
- Judy