Page 1 of 1
API for web forms
Posted: Thu Jul 06, 2023 12:31 pm
by beacondental
Where in the API can we find out if a sheet was submitted via web or in-person? Some patients can click the patient forms and fill it out and some do it from eClipboard and some is done with front office submission by click Add in forms button. How can the API find out which method the form was submitted via?
Re: API for web forms
Posted: Thu Jul 06, 2023 2:34 pm
by SLeon
Once saved in the database, all sheets appear the same in our software. What is your use case for needing to know how the sheet originated?
Re: API for web forms
Posted: Thu Jul 06, 2023 2:44 pm
by beacondental
Sending email notifications that a form has been received from the URL.
Re: API for web forms
Posted: Thu Jul 06, 2023 2:51 pm
by SLeon
If by URL you are only referring to WebForms, then you can reference the IsWebForm field in the
sheet table. You would use a query if you wanted to retrieve that field's information via the API.
Re: API for web forms
Posted: Thu Jul 06, 2023 2:56 pm
by beacondental
Can you put in development for IsWebForm GET?
Re: API for web forms
Posted: Thu Jul 06, 2023 2:57 pm
by SLeon
Yes, we can add IsWebForm to Sheets GET. I have added this to our development list.
Re: API for web forms
Posted: Sat Dec 09, 2023 10:44 am
by justine
The
Sheets endpoint now returns sheet.IsWebform. This enhancement is available in version 23.3.14.