Kentico GET Form Data

Andrew Piana asked on February 27, 2019 09:26

I am currently trying to use the Kentico API to gather the data from all forms within Kentico.

So far I've found that there are two places to view form data and they can be found at these endpoints:

/rest/cms.forms <---- Returns all form definitions (excluding field data types [

/rest/bizformitem.bizform.FORM_NAME/ <---- Returns all form data (inserted by end users)

What I am trying to do is keep a record of all of the form data on a daily basis. Is there a better way to do this using the API rather than making 'x' number of calls (one per form).

EDIE: Out of 100+ forms I only need to pull 15-20 of them on a daily basis.

Recent Answers


David te Kloese answered on February 27, 2019 09:57

Check out the answers on an identical question: https://devnet.kentico.com/questions/kentico-get-form-data

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.