python-five9 icon indicating copy to clipboard operation
python-five9 copied to clipboard

Get specific columns from statistics api

Open jsteel715 opened this issue 3 years ago • 1 comments

Using this to pull ACD Status data: result = client.supervisor.getStatistics('ACDStatus')

The result returns 14 columns and i only need 2 columns. The way the docs read I thought I could do something like this but the result is always 14 columns: result = client.supervisor.getStatistics('ACDStatus', ['Skill Name', 'Agents Logged In'])

Is there a way to just grab the data from the specified columns?

jsteel715 avatar Apr 28 '22 13:04 jsteel715

helloooooo

jsteel715 avatar Oct 03 '22 17:10 jsteel715