Workday offers over 1,800+ operations, and Cloud Elements's Workday element provides a generic way for you to perform REST calls and metadata for each, presuming you have sandbox privileges.
- You can pull the native Workday operations via
GET /objects?fetchAll=true. The operations take the formatService$Operation. See Workday Web Services Directory. - You can pull metadata on the native Workday operations via
GET /objects/{objectName}/metadata API. - You can perform CRUDS operations using the
onnative Workday object name.