I am write api in get ticket using where clause using
Ticket::objects()->filter(array(
'user_id' => $user->getId(),
'source'=> $source,
))
->all();
i need add another condition like created_date > $fromdate and created_date < $todate
please any one suggestion


The Ticket API is for opening tickets. It does not allow fetching of ticket data.

Write a Reply...