appmixer.googleForms.core.MakeAPICall
Make API Call
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| 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) |
| Field | Type | Description |
|---|---|---|
| Status Code | - | |
| Headers | - | |
| Response Body | - | |
| Full Response | - |