xxxxxxxxxx
{
"info": {
"title": "",
"documentTitle": ""
}
}
Create a new form using the title given in the provided form message in the request.
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": ""
}
}'
Last Updated : 2024-12-16 14:03 +00:00