Discussions

 View Only
  • 1.  cURL from quickbase

    Posted 02-24-2017 22:34
    I am attempting to perform a curl, performing a GET to a database. The yielded data is in JSON format, I would like to pump this data into numeric fields. Is this possible? Thank you for the help!


  • 2.  RE: cURL from quickbase

    Posted 02-27-2017 20:55
    ping


  • 3.  RE: cURL from quickbase

    Posted 05-31-2017 19:16
    ping


  • 4.  RE: cURL from quickbase

    Posted 03-12-2019 14:30

    When making a call to the QB API, the data needs to be in the proper format for that method. Depending on which method you are using this format can be URL paraments, XML or CSV. If you are retrieving JSON data from another source you will need to transform this data to the proper format. If you are attempting to add or update records in bulk, you should put your data into CSV format and use the API_ImportFromCSV method.