link: https://restful-google-form.vercel.app/
Turn your google form into restful api with ease.
- column[3] is questions type!
When you quick prototyping a form with Google Forms and you also want customizations with the form.
You can have the powers with:
- Google Forms UI to edit your questions
- Google Forms/Sheets to view your responses
- Custom UI implement in your app
Enter your form link like:
https://docs.google.com/forms/d/e/1FAIpQLSfVRcg4Oou6J05mOpmrwgdfdyfG15n4GkNFOwY3idLlRPYfGA/viewform
or form id for short:
1FAIpQLSfVRcg4Oou6J05mOpmrwgdfdyfG15n4GkNFOwY3idLlRPYfGA
You can create your own form here
[GET] /form/:formId
Get the form meta for :formId
[POST] /api/forms/:formId
will only return texted http status code, just check it with the http status and the form meta
[POST] /api/forms/:formId
return form meta in json format
unchecked are not tested.
- Short answer
- Paragraph
- Multiple choice
- Checkboxes
- Dropdown
- File upload
- Linear scale
- Multiple choice grid
- Checkbox grid
- Date
- Time