How to get total scheduled hours per agent per day in workforce management

Hi,

How can I get total scheduled hours per agent per day in workforce management API?

In the case of the first agent this would be 8 hours per day, so 40 hours weekly.

In the second case it should be taken into account only the scheduled working hours, so weekly it would be 31 hours (because one day is marked as Holiday and there is one hour of Absence-paid).

Thanks

There is no handy metric or summary for it, you have to do it manually by requesting all the schedules and parsing that information out of them.

Can you provide the API endpoints and general process of getting schedules and parsing that information?

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.