Execute a function on Zoho Desk Custom View

Execute a function on Zoho Desk Custom View

Is it possible to execute a custom function on a custom view of records?  We know how to do this in CRM using something similar to this:

recordList = zoho.crm.getRecords("Contacts",ele,200,{"cvid":1862333000162897033});

But we're not having success with a similar syntax in Desk.

We were able to get the id of the custom view using an invokeUrl, but "zoho.desk.getRecord" doesn't appear to like the "cvid" part.

Anyone found a way to accomplish this?

Thanks