Google Business Performance API에는 단일 API 요청으로 여러 'DailyMetrics'를 가져올 수 있는
새로운 API 메서드가 있습니다.
v4 reportInsights API 메서드에서 Google Business Profile Performance API로 이전하려면
지원 중단 일정 및 안내를 검토하세요.
REST Resource: accounts.locations.questions.answers
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
리소스: 답변
JSON 표현 |
{
"name": string,
"author": {
object (Author )
},
"upvoteCount": integer,
"text": string,
"createTime": string,
"updateTime": string
} |
필드 |
name |
string
출력 전용입니다. answer accounts/*/locations/*/questions/*/answers/*의 고유한 이름입니다.
|
author |
object (Author )
출력 전용입니다. 답변 작성자입니다.
|
upvoteCount |
integer
출력 전용입니다. 답변에 대한 찬성 투표 수입니다.
|
text |
string
답변의 텍스트입니다. 공백이 아닌 문자를 1개 이상 포함해야 합니다. 최대 길이는 4,096자(영문 기준)입니다.
|
createTime |
string (Timestamp format)
출력 전용입니다. 답변이 작성된 시간의 타임스탬프입니다. RFC3339 UTC 'Zulu' 형식의 타임스탬프입니다(나노초 단위, 소수점 이하 9자리). 예를 들면 "2014-10-02T15:01:23Z" 및 "2014-10-02T15:01:23.045123456Z" 입니다.
|
updateTime |
string (Timestamp format)
출력 전용입니다. 답변이 마지막으로 수정된 시간의 타임스탬프입니다. RFC3339 UTC 'Zulu' 형식의 타임스탬프입니다(나노초 단위, 소수점 이하 9자리). 예를 들면 "2014-10-02T15:01:23Z" 및 "2014-10-02T15:01:23.045123456Z" 입니다.
|
메서드 |
|
현재 사용자가 질문에 작성한 답변을 삭제합니다. |
|
지정된 질문에 대한 답변의 페이지로 나눈 목록을 반환합니다. |
|
지정된 질문에 대해 사용자가 작성한 기존 답변을 업데이트하거나 답변을 만듭니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-10-11(UTC)
[[["이해하기 쉬움","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(UTC)"],[[["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."]]],[]]