POST
GET
POST
Google FormsGoogle FormsFormsGenerate a form with the provided message title.
POST
https://api.lowcodeapi.com/googleforms/v1/forms
Request Body
Content Type : application/json
Request Parameters
infoobject
This includes title and description of the form
Overview

Create a new form using the title given in the provided form message in the request.

API Reference Link
https://developers.google.com/forms/api/reference/rest/v1/forms/create
Response
API response data will be shown here once the request is completed.
Snippet
cURL
curl -X POST \
 'https://api.lowcodeapi.com/googleforms/v1/forms' \
 -H 'Cache-Control: no-cache' \
 -H 'Content-Type: application/json' --data-raw '{
  "info": {
    "title": "",
    "documentTitle": ""
  }
}'
© 2024LowCodeAPI

Last Updated : 2024-12-16 14:03 +00:00