Is it possible to get only the views when there's no submissions? | Community
Skip to main content
Answered

Is it possible to get only the views when there's no submissions?


Forum|alt.badge.img+1

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

Best answer by Liz

Hi @gestion_docente Thanks for stopping by the community! You should be able to make this call, which is for the insights of your form, and thus would provide that information. 😀

View original

2 replies

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 15035 replies
  • Answer
  • June 3, 2024

Hi @gestion_docente Thanks for stopping by the community! You should be able to make this call, which is for the insights of your form, and thus would provide that information. 😀


Forum|alt.badge.img+1
Liz wrote:

Hi @gestion_docente Thanks for stopping by the community! You should be able to make this call, which is for the insights of your form, and thus would provide that information. 😀

Thanks a lot! I somehow missed that page in the documentation.


Reply