Missing parameters when trying to fetch logs from zoho projects
Greetings
in a function, i'm trying to fetch log records from zoho projects, but i keep getting "Input Parameter Missing" error
error code is 6831..it seems i'm missing some sort of parameter but i have no idea what it is.
what am i required to give when trying to fetch logs, and what options do i have? i haven't found much in the docs to help me
what i tried is this:
response = zoho.projects.getRecords("portalName", 123456789, "logs");