Agents list based on schedule

Hi,

How can i get the list of available agents based on schedule?

Thanks

Are you asking about workforce management schedules? Can you expand a bit on what you're trying to accomplish?

Yes. Workforce management schedules. I need agents available in a particular schedule. Is there any api available?

If you're wanting to get a list of the agents on a particular schedule, the doc for the route you need is here:
GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}

You'll need to supply a query parameter of ?expand=managementUnits.agents (which I note is not appearing in the allowed values section as it should, which I'll check into)

Does this answer your question?

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