zenpy icon indicating copy to clipboard operation
zenpy copied to clipboard

Error when searching tickets with `via` kwarg

Open zenahirsch opened this issue 3 years ago • 0 comments

I am attempting to make a search using the via kwarg:

tickets = client.search(query='charged', type='ticket', via='email')

I get the following error:

zenpy.lib.exception.APIException: {"error": "invalid", "description": "Invalid search: Error filtering on field: via_id"}

zenahirsch avatar Jun 15 '21 15:06 zenahirsch