Forum Discussion

KyleKyle's avatar
KyleKyle
Qrew Trainee
8 years ago

cURL from quickbase

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!

3 Replies

  • 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.