Info source for examples of retrieving data

Info source for examples of retrieving data

Hi,

I need help with ZoHo Creator. I do not want to create a form and load data, I need to do something with the data inside ZoHo. I want to pull data from ZoHo crm modify it and put it back. I am having trouble getting the first part to work - pulling data. according to the wiki to use JSON format for pulling data my URL would be


http://crm.zoho.com/crm/private/json/Leads/getMyRecords?loginName=someone@example.com&apikey=xxxxxxxxxxxxxxx


If I understand correctly I can use the Deluge script to do this and my request would be in the form of:

<script src="
http://crm.zoho.com/crm/private/json/Leads/getMyRecords?loginName=someone@example.com&apikey=xxxxxxxxxxxxxxx"></script>

When I hit Create Now I get the following error:

Problem encountered while creating the application
Lexical error at line 1, column 1. Encountered: "<" (60), after : ""

What in the world is Lexical error. I can not find any such listing in the API.

Thanks