Using "greater than" comparator in API V3

Using "greater than" comparator in API V3

Hello,


I'm trying to get all invoices created after a given date.


Currently, if I provide the date value in the query of api/v3/invoices (https://www.zoho.com/books/api/v3/#Invoices_List_invoices), I get all invoices created on that date, because the default value of the comparator is "equal", as stated in the api response :




How can I set the comparator value to something like "greater than" ?