View Record Request in Server API With GET?
All of the Server API docs I see say that requests need to be made with HTTP POST. But this requires making a form, having someone submit it with the hidden field posting CSV data.
I want my employees to have an email link, with their specific user data embedded in the link, so that when they click on it, it passes the information to the Zoho Creator server, and returns the customized view that is specific to that employee. But this needs to be passed with GET, is this possible?
Thanks,
Andrew