REST-API for Submissions #184
MarcoGriep88
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
i needed an REST-API Feature for all the submissions. Webhooks were not enough for me because i need an Cron for Reporting and i also needed an option to get the latest x submissions.
So i made an Python Flask API that pulls this data directly from Database and sends an preformatted json as response.
Only FormID, FormName, CreatedAt and answers are returned.
Maybe it helps someone.
Its Open Source of course and does not change or use any of the code from heyform. So MIT License should be fine?
Link to GitLab Project
Feel Free to Fork or Contribute
Beta Was this translation helpful? Give feedback.
All reactions