php - Kayako API Library Get all tickets (including closed status) -
i using kayako api library integrate resolve system. want tickets kayako resolve including closed tickets. using
$resolve_department = kydepartment::getall(); $resolve_tickets = kyticket::getall($resolve_department); all tickets except closed responded in resultset. while there should (including closed tickets).
i following http://wiki.kayako.com/display/dev/php+api+library guide.
thank's
use command:
$resolve_tickets = kyticket::getall(kydepartment::getall(), kystatus::getall());
Comments
Post a Comment