Forum Discussion
MarkShnier__You
Qrew Legend
5 years agois that the complete URL for the end part?
?a=API_AddRecord&_fid_6
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
?a=API_AddRecord&_fid_6
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- JeffRogerson5 years agoQrew CadetThat's all I have Mark (normally there would be an additional &apptoken=xxxxx to verify authorization to execute, but for the time being as this is just a trial build, I have turned it off app tokens).
In the API Guide, it shows the content data of the field as part of the url, example fid_6=the data to go in the field , but the data I want to capture is the contents of the bar code.
So my url generates a 0 error code and an update id.... a new record is built with no data captured in the desired field.
------------------------------
JRogerson JRogerson
------------------------------- JeffRogerson5 years agoQrew CadetI got it Mark... in the url I had to add an action generated by the bar code reader so the quickbase api knew where the data was coming from..... works like a charm.... my first really functional API is forty characters long....
------------------------------
JRogerson JRogerson
------------------------------- MarkShnier__You5 years ago
Qrew Legend
Well the limit on the length of a URL is in the thousands of characters, so you have headroom for more complexity :)
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------