Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
An API can edit any record or Webhook. Typically the API or webhook will refer to the Record ID and will contain a phrase like
&rid=123456
but you can also edit a record be specifying the key field its its not the Record ID# field.
In that case the syntax is
&key=fred.flintstone@bedrock.com
if the Key field of the table is an email field.
&rid=123456
but you can also edit a record be specifying the key field its its not the Record ID# field.
In that case the syntax is
&key=fred.flintstone@bedrock.com
if the Key field of the table is an email field.