Forum Discussion
ChristopherWhe2
5 years agoQrew Trainee
Neil,
I did. The top section is now like below. Info in {XXXXXX} does contain the real values in the code page, I've obscured them here for security:
var body = {"from":"{XXXXXXXX}","select":[20,22,23,24,25,29,31,33],"where":"{'6'.Ex.'Yes'}AND{'20'.Ex.'New York'}"};
var headers = {
'QB-Realm-Hostname': '{XXXXXXXX}',
'Authorization': 'QB-USER-TOKEN {XXXXXXXX}',
'Content-Length': body.length,
'Content-Type': 'application/json'
}
------------------------------
Christopher Wheatley
------------------------------
I did. The top section is now like below. Info in {XXXXXX} does contain the real values in the code page, I've obscured them here for security:
var body = {"from":"{XXXXXXXX}","select":[20,22,23,24,25,29,31,33],"where":"{'6'.Ex.'Yes'}AND{'20'.Ex.'New York'}"};
var headers = {
'QB-Realm-Hostname': '{XXXXXXXX}',
'Authorization': 'QB-USER-TOKEN {XXXXXXXX}',
'Content-Length': body.length,
'Content-Type': 'application/json'
}
------------------------------
Christopher Wheatley
------------------------------
ChristopherWhe2
5 years agoQrew Trainee
Hi Neil,
I figured it out after a response from QuickBase support. The 'data' key in the fetch() method should be 'body' not 'data' now it works great! I tried with and without the Content-Length header and both ways are working. Thanks for your help!
------------------------------
Christopher Wheatley
------------------------------
I figured it out after a response from QuickBase support. The 'data' key in the fetch() method should be 'body' not 'data' now it works great! I tried with and without the Content-Length header and both ways are working. Thanks for your help!
------------------------------
Christopher Wheatley
------------------------------
- NeilSchneider5 years agoQrew CadetNo problem. If you're doing a lot of testing you might want to take a look at Postman, it lets you set up and test an API without any coding...
------------------------------
Neil Schneider
------------------------------