Hi.
We are using some forms to make FAQs. Whenever a user clicks on a question, they are shown an explanation (view). Since these are all views, and there’s no submissions, I’m not getting anything in the results:
{
"items": [],
"total_items": 0,
"page_count": 0
}
Obviously, this makes sense since our form has 0 submissions:

However, I wanted to know if there’s a way to still get those 66 views. That way, we could track what the most viewed (and therefore, common) questions are.
Thank you