workday
API configuration: workday
Features
Features
Status
🚫 (time to contribute: <48h)
We can implement missing features in <48h, just ask for it in the community.
Getting started
Workday provides two APIs, a REST and a SOAP one. Only the SOAP is currently supported.
Connection configuration in Terapi
Workday requires a user specific subdomain for the API base URL.
You should request this from the user and pass it to Terapi in the terapi.auth()
call:
terapi.auth('workday', '', {params: {subdomain: ''}});
For more details see the docs here.
API gotchas
Add Getting Started links and Gotchas by editing this page
Last updated