Skip to main content

answers

Overview

Nameanswers
TypeResource
Idgooglemybusiness.mybusinessqanda.answers

Fields

NameDatatypeDescription
nextPageTokenstringIf the number of answers exceeds the requested max page size, this field is populated with a token to fetch the next page of answers on a subsequent call. If there are no more answers, this field is not present in the response.
totalSizeintegerThe total number of answers posted for this question across all pages.
answersarrayThe requested answers.

Methods

NameAccessible byRequired ParamsDescription
locations_questions_answers_listSELECTlocationsId, questionsIdReturns the paginated list of answers for a specified question.
locations_questions_answers_deleteDELETElocationsId, questionsIdDeletes the answer written by the current user to a question.
locations_questions_answers_upsertEXEClocationsId, questionsIdCreates an answer or updates the existing answer written by the user for the specified question. A user can only create one answer per question.