Two questions:
(1) What's the recommended way to query a Form's Enteries so I can make a simpe custom display? Is there an API for that? (A way to produce something like: Select * from Entries where zipcode = 94025).
(2) What's the best way to get a particular entry and it's form data? Is there an API for that? (A way to produce something like: Select * from Entries where username = 'tommy' LIMIT 1)
Thanks!