Google Business Performance API 的
NEW API 方法可擷取單一 API 要求中的多個「DailyMetrics」。
請詳閱
淘汰時間表和從 v4 reportInsights API 方法遷移至 Google Business Profile Performance API 的操作說明。
REST Resource: accounts.locations.questions.answers
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:Answer
JSON 表示法 |
{
"name": string,
"author": {
object (Author )
},
"upvoteCount": integer,
"text": string,
"createTime": string,
"updateTime": string
} |
欄位 |
name |
string
僅供輸出。答案 accounts/*/locations/*/questions/*/answers/* 的專屬名稱
|
author |
object (Author )
僅供輸出。答案的作者。
|
upvoteCount |
integer
僅供輸出。答案認同票數。
|
text |
string
答案的文字。至少應包含一個非空白字元。長度上限為 4096 個半形字元。
|
createTime |
string (Timestamp format)
僅供輸出。答案寫入的時間戳記。 RFC3339 世界標準時間「Zulu」格式的時間戳記,精確度達奈秒單位,最多九個小數位數。例如 "2014-10-02T15:01:23Z" 和 "2014-10-02T15:01:23.045123456Z" 。
|
updateTime |
string (Timestamp format)
僅供輸出。上次修改答案的時間戳記。 RFC3339 世界標準時間「Zulu」的時間戳記格式,解析度為奈秒,且最多 9 個小數位數。例如 "2014-10-02T15:01:23Z" 和 "2014-10-02T15:01:23.045123456Z" 。
|
方法 |
|
刪除目前使用者為問題撰寫的答案。 |
|
傳回指定問題的答案分頁清單。 |
|
為指定問題建立答案,或更新使用者為該問題撰寫的現有答案。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-10-11 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-10-11 (世界標準時間)。"],[[["The Answer resource represents an answer to a question, including details like author, upvote count, and text."],["Answers can be created, updated, deleted, and listed using the provided methods."],["Answer data is represented in JSON format with fields for name, author, upvote count, text, creation time, and update time."],["The text of an answer can be up to 4096 characters long and must contain at least one non-whitespace character."],["Answer timestamps are formatted according to RFC3339 UTC \"Zulu\" format with nanosecond resolution."]]],[]]