I'm working on a project to display pending PTO Requests. Searching around on SO showed that I can set up a custom report to expose user records and be queryable by something like an email. Link: Workday get_worker from USER_ID or email filter
My problem now is that it doesn't seem like it's possible to just get a PTO Request. There are endpoints to Enter and Adjust but not to Find or Fetch. Leave of Absence is directly tied to the Worker entity but PTO is just... something else.
I've tried querying every endpoint that seemed worthwhile. Timeblock, Timesheets, Get_Event_Details, Absence_Input, and probably a few more I've forgotten about.
Judging from the UI (I do not have access to the front-end of Workday, I'm going off of some PDFs I found from universities who use Workday), Time Off Requests are their own separate module but there doesn't seem to be any model association to be made. :(