Getting Ticket Details by Status and Date

Getting Ticket Details by Status and Date

Hello,

I'm trying to pull in all Active tickets that were created after a specific date. The URL I'm using is the following:

https://desk.zoho.com/api/json/requests/getrecords?authtoken=MyToken&portal=MyPortal&department=MyDepartment&created%20time=05-Feb-2017&Status=Open&selectfields=all


When I run the above, I get ALL of the tickets regardless of the status and date the ticket was created. What am I doing wrong?


Thanks 


--- Val