You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While attempting to return a list of submissions get_form_submissions(formID=xxxxx) from a form with no HIPAA fields, the entirety of the response I receive is: {'isHIPAA': 1}
At this point I attempted to simply get_forms() - same response: {'isHIPAA': 1}
Can I assume that HIPAA-enabled accounts cannot use the API?
The text was updated successfully, but these errors were encountered:
While attempting to return a list of submissions
get_form_submissions(formID=xxxxx)
from a form with no HIPAA fields, the entirety of the response I receive is:{'isHIPAA': 1}
At this point I attempted to simply
get_forms()
- same response:{'isHIPAA': 1}
Can I assume that HIPAA-enabled accounts cannot use the API?
The text was updated successfully, but these errors were encountered: