Forum Discussion
- ChayceDuncanQrew Captain
In your "select" statement set it to ["a"] to return all fields. So:
{"from": "dbid",
"select": ["a"]
}
------------------------------
Chayce Duncan
------------------------------
Hello,
In the Quickbase query language (https://help.quickbase.com/api-guide/componentsquery.html), it shows the query language for the XML service not for the JSON.
How do you show all columns for the JSON service? When I remove the select portion of the JSON request body, it only shows a few default columns.
In your "select" statement set it to ["a"] to return all fields. So:
{
"from": "dbid",
"select": ["a"]
}