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.
Path parameters
Required. The name of the location to fetch questions for.
Query parameters
Optional. How many answers to fetch per question. The default and maximum answers_per_question values are 10.
Optional. A filter constraining the questions to return. The only filter currently supported is "ignore_answered=true"
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'.
Optional. How many questions to fetch per page. The default and maximum page_size values are 10.
Optional. If specified, the next page of questions is retrieved.
Response
Successful response