How can I display Price List from Creator on our website?

How can I display Price List from Creator on our website?

Hello, We're using ZOHO creator and we created a price list view.


The idea is to show this price list on our webpage, where only Active Services would be displayed. I tried following this tutorial https://www.zoho.com/creator/help/api/rest-api/rest-api-view-records-in-view.html but it really got me no where. I did create auth ID,

  1.  <form method="GET" action="https://creator.zoho.com/api/xml/poliklinikadeba/view/Price_list_overview">
    <input type="hidden" name ="authtoken" value="********myauthtoken">
    <input type="hidden" name ="zc_ownername" value="poliklinikadeba">
    <input type="hidden" name="criteria" value='(Usluga=="Biopsija")'>
    <input type="hidden" name ="scope" id="scope" value="creatorapi">
    <input type="submit" value="View Records">
    </form>
I'm not sure if I'm even on the right direction, criteria field also puzzles me.
If someone could show an example of how this is done, I would much appreciate it.

Thank you