You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @ohasselblad , I'll work with the developers and make sure we doc the full API response in the near future...
csobier
changed the title
docs on sql api response examplse missing json key 'fields'
docs on sql api response examples missing json key 'fields'
Apr 4, 2017
In the SQL API docs, JSON responses include the keys time, rows, and total_rows, but lack 'fields' which describes the schema (field names and data types) of the response. An example is the response to this call: http://eschbacher.cartodb.com/api/v2/sql?q=select%20mag,place,time%20FROM%20all_month_3%20limit%201
I also noticed that the keys in the docs are not quoted, but valid JSON has quoted keys.
cc @csobier
The text was updated successfully, but these errors were encountered: