Googleapis Mybusinessqanda
Connector for the googleapis-mybusinessqanda API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- 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>