Forum Discussion
ScottMarks
8 years agoQrew Member
Hi Paul,
For checkboxes, they use TRUE/FALSE instead of 0 and 1. Try fid_273=true instead.
I'd also add a token to your request, its helpful for tracking activity.
https://excelpkg.quickbase.com/db/<your app id>?a=GetAppDevKey
You'd throw it on with an &token=<your token> in your formula url.
Scott
For checkboxes, they use TRUE/FALSE instead of 0 and 1. Try fid_273=true instead.
I'd also add a token to your request, its helpful for tracking activity.
https://excelpkg.quickbase.com/db/<your app id>?a=GetAppDevKey
You'd throw it on with an &token=<your token> in your formula url.
Scott
- PaulTrimor8 years agoQrew CadetThank you Scott,
Change the checkbox from true to 1 helped, but the API token allows free usage of all APIs, is there a way I can restrict access to only only using the Edit API on one particular field?
thanks again,
Paul