API for web forms
-
- Posts: 122
- Joined: Wed Mar 15, 2023 8:43 am
API for web forms
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
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?
-
- Posts: 122
- Joined: Wed Mar 15, 2023 8:43 am
Re: API for web forms
Sending email notifications that a form has been received from the URL.
Re: API for web forms
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.
-
- Posts: 122
- Joined: Wed Mar 15, 2023 8:43 am
Re: API for web forms
Can you put in development for IsWebForm GET?
Re: API for web forms
Yes, we can add IsWebForm to Sheets GET. I have added this to our development list.
Re: API for web forms
The Sheets endpoint now returns sheet.IsWebform. This enhancement is available in version 23.3.14.