2026-08-17
▼ ▲ mybusinessqanda.locations.questions.list
Path : v1/{+parent}
Flat Path : v1/locations/{locationsId}/questions
HTTP Method : GET
Parameter Order : parent
Description : Returns 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.
Parameters :
pageToken
Description : Optional. If specified, the next page of questions is retrieved.
Type : string
Location : query
filter
Location : query
Type : string
Description : Optional. A filter constraining the questions to return. The only filter currently supported is "ignore_answered=true"
orderBy
Description : Optional. The order to return the questions. Valid options include 'update_time desc' and 'upvote_count desc', which will return the questions sorted descendingly by the requested field. The default sort order is 'update_time desc'.
Location : query
Type : string
parent
Required : Yes
Type : string
Description : Required. The name of the location to fetch questions for.
Location : path
Pattern : ^locations/[^/]+/questions$
answersPerQuestion
Description : Optional. How many answers to fetch per question. The default and maximum `answers_per_question` values are 10.
Type : integer
Format : int32
Location : query
pageSize
Description : Optional. How many questions to fetch per page. The default and maximum `page_size` values are 10.
Type : integer
Format : int32
Location : query
▼ ▲ mybusinessqanda.locations.questions.create
Flat Path : v1/locations/{locationsId}/questions
HTTP Method : POST
Description : Adds a question for the specified location.
Path : v1/{+parent}
Parameters :
parent
Description : Required. The name of the location to write a question for.
Type : string
Required : Yes
Pattern : ^locations/[^/]+/questions$
Location : path
Parameter Order : parent
▼ ▲ mybusinessqanda.locations.questions.patch
Parameter Order : name
Parameters :
name
Required : Yes
Type : string
Description : Immutable. The unique name for the question. locations/*/questions/* This field will be ignored if set during question creation.
Location : path
Pattern : ^locations/[^/]+/questions/[^/]+$
updateMask
Description : Required. The specific fields to update. Only question text can be updated.
Type : string
Format : google-fieldmask
Location : query
Path : v1/{+name}
Description : Updates a specific question written by the current user.
HTTP Method : PATCH
Flat Path : v1/locations/{locationsId}/questions/{questionsId}
▼ ▲ mybusinessqanda.locations.questions.delete
Path : v1/{+name}
Flat Path : v1/locations/{locationsId}/questions/{questionsId}
HTTP Method : DELETE
Parameter Order : name
Description : Deletes a specific question written by the current user.
Parameters :
name
Type : string
Required : Yes
Description : Required. The name of the question to delete.
Pattern : ^locations/[^/]+/questions/[^/]+$
Location : path
▼ ▲ mybusinessqanda.locations.questions.answers.upsert
Path : v1/{+parent}/answers:upsert
Parameters :
parent
Location : path
Pattern : ^locations/[^/]+/questions/[^/]+$
Description : Required. The name of the question to write an answer for.
Required : Yes
Type : string
Parameter Order : parent
Flat Path : v1/locations/{locationsId}/questions/{questionsId}/answers:upsert
Description : Creates an answer or updates the existing answer written by the user for the specified question. A user can only create one answer per question.
HTTP Method : POST
▼ ▲ mybusinessqanda.locations.questions.answers.list
Description : Returns the paginated list of answers for a specified question.
HTTP Method : GET
Parameter Order : parent
Parameters :
pageToken
Type : string
Location : query
Description : Optional. If specified, the next page of answers is retrieved.
pageSize
Type : integer
Format : int32
Location : query
Description : Optional. How many answers to fetch per page. The default and maximum `page_size` values are 10.
orderBy
Type : string
Location : query
Description : Optional. The order to return the answers. Valid options include 'update_time desc' and 'upvote_count desc', which will return the answers sorted descendingly by the requested field. The default sort order is 'update_time desc'.
parent
Description : Required. The name of the question to fetch answers for.
Type : string
Required : Yes
Pattern : ^locations/[^/]+/questions/[^/]+$
Location : path
Path : v1/{+parent}/answers
Flat Path : v1/locations/{locationsId}/questions/{questionsId}/answers
▼ ▲ mybusinessqanda.locations.questions.answers.delete
Flat Path : v1/locations/{locationsId}/questions/{questionsId}/answers:delete
Path : v1/{+name}/answers:delete
Parameters :
name
Description : Required. The name of the question to delete an answer for.
Type : string
Required : Yes
Pattern : ^locations/[^/]+/questions/[^/]+$
Location : path
Description : Deletes the answer written by the current user to a question.
HTTP Method : DELETE
Parameter Order : name