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

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -