Does this library support using conditions?
eg. if I call to this endpoint, I can append conditions to the end so I only get back relevant data:
v4_6_release/apis/3.0/service/tickets?conditions=priority/id=7
the get_tickets() within tickets_api.py doesn't seem to accept any further parameters, right?
Does this library support using conditions?
eg. if I call to this endpoint, I can append conditions to the end so I only get back relevant data:
v4_6_release/apis/3.0/service/tickets?conditions=priority/id=7
the get_tickets() within tickets_api.py doesn't seem to accept any further parameters, right?