Googleapis Mybusinessqanda
Google My Business Q&A API is a Google API for managing questions and answers associated with Google Business Profile locations.
- Base URL:
https://mybusinessqanda.googleapis.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
mybusinessqanda_locations_questions_list— GET /v1/{parent} — Returns the paginated list of questions and some of its answers for a specifiedmybusinessqanda_locations_questions_answers_list— GET /v1/{parent}/answers — Returns the paginated list of answers for a specified question.mybusinessqanda_locations_questions_delete— DELETE /v1/{name} — Deletes a specific question written by the current user.mybusinessqanda_locations_questions_patch— PATCH /v1/{name} — Updates a specific question written by the current user.mybusinessqanda_locations_questions_answers_dele— DELETE /v1/{name}/answers:delete — Deletes the answer written by the current user to a question.mybusinessqanda_locations_questions_create— POST /v1/{parent} — Adds a question for the specified location.
Inputs
apiKey— your googleapis-mybusinessqanda API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: mybusinessqanda_locations_questions_list
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: mybusinessqanda_locations_questions_list, mybusinessqanda_locations_questions_answers_list, mybusinessqanda_locations_questions_delete, mybusinessqanda_locations_questions_patch, mybusinessqanda_locations_questions_answers_dele, mybusinessqanda_locations_questions_create |
name |
string | no | — | Path parameter name (required by some operations). |
parent |
string | no | — | Path parameter parent (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |
body |
string | no | — | Request body as a JSON object string (for create/update operations). |