Skip to main content

questions

Overview

Namequestions
TypeResource
Idgooglemybusiness.mybusinessqanda.questions

Fields

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

Methods

NameAccessible byRequired ParamsDescription
locations_questions_listSELECTlocationsIdReturns the paginated list of questions and some of its answers for a specified location. This operation is only valid if the specified location is verified.
locations_questions_createINSERTlocationsIdAdds a question for the specified location.
locations_questions_deleteDELETElocationsId, questionsIdDeletes a specific question written by the current user.
locations_questions_patchEXEClocationsId, questionsIdUpdates a specific question written by the current user.