My Business Q&A API

借助 My Business Q&A API,可以针对特定商家信息发布问题和回答。

注意:如果您在启用该 API 后的配额为 0,请申请 GBP API 访问权限。

服务:mybusinessqanda.googleapis.com

要调用此服务,我们建议您使用 Google 提供的客户端库。如果您的应用程序需要使用自己的库来调用此服务,请在发出 API 请求时使用以下信息。

发现文档

发现文档是用于说明和使用 REST API 的机器可读规范。它用于构建客户端库、IDE 插件以及与 Google API 交互的其他工具。一项服务可能会提供多个发现文档。此服务提供了以下发现文档:

服务端点

服务端点是指定 API 服务的网络地址的基本网址。一项服务可能有多个服务端点。此服务具有以下服务端点,下面的所有 URI 都与此服务端点相关:

  • https://mybusinessqanda.googleapis.com

REST 资源:v1.locations.questions

方法
create POST /v1/{parent=locations/*/questions}
针对指定位置添加问题。
delete DELETE /v1/{name=locations/*/questions/*}
删除当前用户撰写的特定问题。
list GET /v1/{parent=locations/*/questions}
返回指定位置的分页问题列表及其部分答案。
patch PATCH /v1/{question.name=locations/*/questions/*}
更新当前用户撰写的特定问题。

REST 资源:v1.locations.questions.answers

方法
delete DELETE /v1/{name=locations/*/questions/*}/answers:delete
删除当前用户为题目撰写的回答。
list GET /v1/{parent=locations/*/questions/*}/answers
返回指定问题的分页答案列表。
upsert POST /v1/{parent=locations/*/questions/*}/answers:upsert
针对指定问题创建答案或更新用户撰写的现有答案。