Expose 'event_types' parameter for all applicable queries #2631
Labels
enhancement
New feature or request
FlowAPI
Issues related to the FlowKit API
FlowClient
Issues related to FlowClient
FlowMachine
Issues related to FlowMachine
The
event_count
andlocation_event_counts
query kinds have anevent_types
parameter that can be used to select a subset of the available CDR types. Internally, this sets thetable
parameter of the FlowMachine query objects.Most other FlowMachine queries have an equivalent
table
parameter, but the API-exposed forms of these queries don't have anevent_types
parameter. Adding one would be useful.The text was updated successfully, but these errors were encountered: