gmb_qanda_locations_questions_list
Fetch paginated questions and answers for a verified Google Business location. Use filters to show unanswered questions and sort by update time or upvote count.
Instructions
[DEPRECATED] GET v1/{+parent}. 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Selector specifying which fields to include in a partial response. | |
| filter | No | Optional. A filter constraining the questions to return. The only filter currently supported is "ignore_answered=true" | |
| parent | Yes | Required. The name of the location to fetch questions for. | |
| $.xgafv | No | V1 error format. | |
| orderBy | No | 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'. | |
| pageSize | No | Optional. How many questions to fetch per page. The default and maximum `page_size` values are 10. | |
| pageToken | No | Optional. If specified, the next page of questions is retrieved. | |
| quotaUser | No | Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. | |
| prettyPrint | No | Returns response with indentations and line breaks. | |
| answersPerQuestion | No | Optional. How many answers to fetch per question. The default and maximum `answers_per_question` values are 10. |