How to Add Criteria to a API Request Using Form Method GET
I'm following the API directions to fetch a single record from a view using the form Get Method. I'm not a programmer and the documentation says you can add criteria to your request, but I don't know how to add the criteria. I can successfully access the view. The request returns the entire record set, I just want a single record returned.
Can anyone help me with adding criteria to my API Get Request
Here is my request with an attempt to add criteria as a parameter. Not working of course.
<form method="GET" action="
https://creator.zoho.com/api/json/fivestrata-distribution/view/Results_Example_Report/criteria/ZIP==95690">
<input type="hidden" name ="authtoken" value="1936b26a23c770de59b597b17824dcfc">
<input type="hidden" name ="scope" id="scope" value="creatorapi">
<input type="submit" value="Submit">
</form>