gmb_qanda_locations_questions_answers_list
Retrieve a paginated list of answers for a specific question on a Google Business Profile location. Supports sorting by update time or upvotes and pagination controls.
Instructions
[DEPRECATED] GET v1/{+parent}/answers. Returns the paginated list of answers for a specified question.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Selector specifying which fields to include in a partial response. | |
| parent | Yes | Required. The name of the question to fetch answers for. | |
| $.xgafv | No | V1 error format. | |
| orderBy | No | 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'. | |
| pageSize | No | Optional. How many answers to fetch per page. The default and maximum `page_size` values are 10. | |
| pageToken | No | Optional. If specified, the next page of answers 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. |