Filter with zoho.crm.getRecords or zoho.crm.searchRecords

Filter with zoho.crm.getRecords or zoho.crm.searchRecords

Good afternoon, I am trying to create a filter using fields within the "Events" module. Is this possible?

I am using the following code:

zoho.crm.getRecords("Events", 1, 200, ("This is where the query using the field would go")).

If this is not possible, would there be an alternative?