API for web forms

For requests or help with our API
Post Reply
beacondental
Posts: 145
Joined: Wed Mar 15, 2023 8:43 am

API for web forms

Post 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?
SLeon
Posts: 605
Joined: Mon Mar 01, 2021 10:00 am

Re: API for web forms

Post 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?
beacondental
Posts: 145
Joined: Wed Mar 15, 2023 8:43 am

Re: API for web forms

Post by beacondental »

Sending email notifications that a form has been received from the URL.
SLeon
Posts: 605
Joined: Mon Mar 01, 2021 10:00 am

Re: API for web forms

Post 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.
beacondental
Posts: 145
Joined: Wed Mar 15, 2023 8:43 am

Re: API for web forms

Post by beacondental »

Can you put in development for IsWebForm GET?
SLeon
Posts: 605
Joined: Mon Mar 01, 2021 10:00 am

Re: API for web forms

Post by SLeon »

Yes, we can add IsWebForm to Sheets GET. I have added this to our development list.
justine
Posts: 355
Joined: Tue Dec 28, 2021 7:59 am

Re: API for web forms

Post by justine »

The Sheets endpoint now returns sheet.IsWebform. This enhancement is available in version 23.3.14.
Post Reply