About 50 results
Open links in new tab
  1. Introducing the new RESTful API | Qrew Discussions - Quickbase

    Quickbase XML API Those of you who have already begun using the Quickbase Pipelines technology, which we introduced earlier this year, will find that the new capabilities of our RESTful API can be …

  2. The next generation of the Quickbase API | Qrew Discussions

    The next generation of the Quickbase API When we first released our library of Quickbase APIs, it was a historic moment. We were far in front of the rest of the market in making it easy for people to get …

  3. RESTful API updates: relationship and file attachment calls ... - Quickbase

    The new relationship API calls allow admins to save time when keeping track of their apps’ structure. File attachment API calls Calls for downloading and deleting attached files have been added to the …

  4. Where can I find the Quickbase SDKs? | Qrew Discussions

    The Quickbase PHP SDK is a simple class for interaction with the Quickbase XML API. It's implemented with XML (a la SimpleXML) and requests are made over HTTP with cURL.

  5. Restful API Report digesting JSON | Qrew Discussions

    Mar 13, 2025 · First step is to see if I can update one or more records using API. First thought about API_ImportFromCSV but decided to use Restful JSON API since the output of step a is JSON.

  6. To capture an XML response from an API in Pipelines - Quickbase

    I would like to use a simple Quickbase API (API_ProvisionUser) in a Pipeline and use the user id included in the response in my subsequent Pipeline steps. Response promised in the API docs:

  7. Updates on our RESTful APIs | Qrew Discussions - Quickbase

    Additionally, it drove most of us bonkers that we had to type back in our testing values (like Authorization) on the right as we chose different API calls. A few of you mentioned that too, so we …

  8. RESTful API: An Engineering Perspective on Designing ... - Quickbase

    RESTful API: An Engineering Perspective on Designing Intuitive API Responses "As an API user, I would like an HTTP 200 with line-by-line errors in 'Add/Update Record'." I hope that didn't scare you …

  9. API_GenAddRecordForm and save record | Qrew Discussions - Quickbase

    API_GenAddRecordForm and save record I'm using API_GenAddRecordForm to copy existing record to new record. The form is displayed with the 'copied' data but until the new record is saved, there's no …

  10. New RESTful API in Code Pages? | Qrew Discussions - Quickbase

    I don't know that accessing the API from a code page is possible. But I wonder whether you have tried adding an Access-Control-Allow-Origin header to the request as that is called out in the console …