Skip to content

Get specific columns from statistics api #25

Description

@jsteel715

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions