ERROR - 500 internal server error
Method used to invoke the API - HTTP GET from C# code
Issue:
However, everything else remaining the same, if I trim down my URL, like one below, it works:
I have tried different combination of four columns to make sure that I am not giving an incorrect column name. It only works as long as there are no more than four columns.
I want to know if there is a work around for the issue. Is there any length restriction on the URL on the Zoho side? I haven't come across any documentation in this regard.
Would an HTTP POST solve this issue that I am running into?
Thanks in advance.