Zoho Creator/Subscriptions API - zoho.subscriptions.getList(input.Module_Name, input.Org_ID);
I am fetching data from Zoho Subs and putting into a model in Zoho Creator.
Want to use zoho.subscriptions.getList(input.Module_Name, input.Org_ID);
but want to get only the data where "status" is not "cancelled"
How can this be done? What is the syntax for this?
zoho.subscriptions.getList(Subscriptions, OrgID, ??????????);
If not possible, how can this alternatively be done using the standard api?
Thanks!