API for web forms

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

API for web forms

Post by beacondental » Thu Jul 06, 2023 12:31 pm

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: 482
Joined: Mon Mar 01, 2021 10:00 am

Re: API for web forms

Post by SLeon » Thu Jul 06, 2023 2:34 pm

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: 92
Joined: Wed Mar 15, 2023 8:43 am

Re: API for web forms

Post by beacondental » Thu Jul 06, 2023 2:44 pm

Sending email notifications that a form has been received from the URL.

SLeon
Posts: 482
Joined: Mon Mar 01, 2021 10:00 am

Re: API for web forms

Post by SLeon » Thu Jul 06, 2023 2:51 pm

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: 92
Joined: Wed Mar 15, 2023 8:43 am

Re: API for web forms

Post by beacondental » Thu Jul 06, 2023 2:56 pm

Can you put in development for IsWebForm GET?

SLeon
Posts: 482
Joined: Mon Mar 01, 2021 10:00 am

Re: API for web forms

Post by SLeon » Thu Jul 06, 2023 2:57 pm

Yes, we can add IsWebForm to Sheets GET. I have added this to our development list.

justine
Posts: 175
Joined: Tue Dec 28, 2021 7:59 am

Re: API for web forms

Post by justine » Sat Dec 09, 2023 10:44 am

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

Post Reply