v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-137714.9 KB
locations

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.

get/v1/{+parent}

Path parameters

parentstring required

Required. The name of the location to fetch questions for.

Query parameters

answersPerQuestioninteger

Optional. How many answers to fetch per question. The default and maximum answers_per_question values are 10.

filterstring

Optional. A filter constraining the questions to return. The only filter currently supported is "ignore_answered=true"

orderBystring

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'.

pageSizeinteger

Optional. How many questions to fetch per page. The default and maximum page_size values are 10.

pageTokenstring

Optional. If specified, the next page of questions is retrieved.

Response

Successful response

All 7 operations