Skip to main content

Requesting Data / Views

  • May 16, 2015
  • 2 replies
  • 17 views

Forum|alt.badge.img+4

Just a heads up: When requesting data via the API, if you specify a view that doesn’t exist, then the current version of the API will return a NULL result (instead of throwing an error).

I ran into this by accident. I was using a view name that had a space in it, and the name wasn’t URL-encoded. For example, “Main View” instead of “Main+View.”

~ Tim

2 replies

Forum|alt.badge.img+3
  • Participating Frequently
  • May 20, 2015

Good catch! thanks a lot!


Forum|alt.badge.img+3
  • Participating Frequently
  • June 9, 2015

This issue has been fixed.