Is it possible to use module field filters via URL parameters?

Is it possible to use module field filters via URL parameters?

It would be really convenient if I could quickly link to a filter.

For reference, this is the filter functionality I'm referring to:
https://help.zoho.com/portal/en/kb/crm/customize-crm-account/advanced-filters/articles/advanced-filters

For example:
My normal URL for the Deals module is:
https://crm.zoho.com/crm/org999289992/tab/Potentials/custom-view/2999995000099999003/list?page=1

If I could add in the API name for a field as a URL parameter like this: '&invoice_number=99999' That would be great! So I would wind up with:
https://crm.zoho.com/crm/org999289992/tab/Potentials/custom-view/2999995000099999003/list?page=1&invoice_number=99999

Does anyone know if this is possible? Or something similar/workaround? The closest thing I've found is to just use the main search in zoho like this:
https://crm.zoho.com/crm/org999289992/search?searchword=99999
But that isn't really that useful for my use case.

Thanks in advanced for any input!