Basic Information

appmixer.googleForms.core.MakeAPICall

Make API Call

1.0.0

Public

Performs an arbitrary authorized API call to Google Forms API.

Input Ports

in

FieldTypeDescription
HTTP Method select The HTTP method to use for the request
API Endpoint URL text The full URL of the API endpoint (e.g., https://forms.googleapis.com/v1/forms/{formId})
Headers textarea Additional headers in JSON format (optional). Authorization header is added automatically.
Request Body textarea Request body in JSON format (for POST, PUT, PATCH methods)
Query Parameters textarea Query parameters in JSON format (optional)

Output Ports

out

FieldTypeDescription
Status Code -
Headers -
Response Body -
Full Response -

Full Metadata