quick question re: api call by url
I'd imagine I'll also run into CORS problems.
FInally, how do I add criteria to an api call like the one above? In particular, how to url encode a date field. ( e.g. &criteria=myDateField==12%2F14%2F2019 ) ?
Thanks for any clarity, I'm close to resolving this I think but not quite getting my json back yet.
Edit: Ok, I got this working . Resolved.
Brady