Forum Discussion

ZenLin's avatar
ZenLin
Qrew Member
7 months ago

https://api.quickbase.com/v1/records/query , return all columns

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.



------------------------------
Zen Lin
------------------------------

1 Reply

  • In your "select" statement set it to ["a"] to return all fields. So: 
    {

    "from": "dbid",

    "select": ["a"]

    }



    ------------------------------
    Chayce Duncan
    ------------------------------