Create View that accepts a URL parameter for record retrieval (for use with REST API)

Create View that accepts a URL parameter for record retrieval (for use with REST API)

Hi there,

I have searched high and low through the documentation and forums and can't figure out how to get this working, so I'm hoping someone here can lend me a hand!

I am using the REST API to pull in data from my Zoho Creator app to an external website. Data entry happens in the Zoho Creator application, but public perusal of the data happens elsewhere -- and I'm using Views to aggregate and build the data I need to pull in as JSON objects. I need to create a view where I can pass a URL variable (id=1234567890000) and pull up only the associated record in the view.

I figured/hoped this was a deluge script thing where just adding the criteria [ID==input.id] to the View definition would take care of it, but I can't get that working -- I get a "Variable 'this' is not declared" error.

So what is the trick?

Thanks for any assistance you can give!