Hello,
We're currently planning on getting time off requests per management unit using:
/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffrequests/query
I just had a question, if say I make a time off request today for 3 months time, then in 2 months my request is Our plan was to get 33 days in the past from today so we covered requests as they were approved. This misses out on any requests that are not approved in 33 days or may be cancelled after 33 days in the future.
If a request is made today, then cancelled in 40 days time, if I ask for the timeoffrequests from that day I'm assuming it will only include new requests and not ones where there have been changes, is that correct? And if so is there a better way to keep on top of changes to time off requests?