Forum Discussion

RickyPons's avatar
RickyPons
Qrew Member
2 years ago

REST API - Get All Apps

I'm looking at the REST API documentation and I can't seem to find the operation to get ALL apps. Am I missing something?

Quickbase API Portal

Quickbase remove preview
Quickbase API Portal
Quickbase Developer Documentation
View this on Quickbase >



------------------------------
Ricky Pons
------------------------------

3 Replies

  • @Ricky Pons 
    I don't believe the RESTful API supports that yet, or at least I haven't run into it. API_GrantedDBs might help if you are comfortable using their XML API. Here is a convenient nodejs library, if you are building something through codepages.

    If you feel strongly about it, I would recommend giving your support in the form of upvotes to this suggestion in their feedback portal (Or create another that is more specific to your needs)



    ------------------------------
    Justin Torrence
    Quickbase Expert, Jaybird Technologies
    jtorrence@jaybirdtechnologies.com
    https://www.jaybirdtechnologies.com/#community-post
    ------------------------------
    • RickyPons's avatar
      RickyPons
      Qrew Member

      Thanks for the quick response @Justin Torrence!



      ------------------------------
      Ricky Pons
      ------------------------------
    • JoelHickok's avatar
      JoelHickok
      Qrew Cadet

      Justin is correct, except the JavaScript module he referenced has been updated to use the newer JSON Rest API.  If you want to use JavaScript  and access the XML HTTP API, you need to access the older version/branch of the module, which is where the API_GrantedDBs methods is accessible.

      https://github.com/tflanagan/node-quickbase/tree/v2.x/