Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
I can't help you on the javascript syntax, but I do know that everything in Quick Base has to operate under the permissions of a userid.
You can use a usertoken to provide that Authentication.
https://help.quickbase.com/api-guide/create_user_tokens.html
you need to add the string
&usertoken=xxxxxxxxxxxxx
and provide a valid user token.
You can use a usertoken to provide that Authentication.
https://help.quickbase.com/api-guide/create_user_tokens.html
you need to add the string
&usertoken=xxxxxxxxxxxxx
and provide a valid user token.