---
title: "get questions by page"
method: GET
path: "/answer/api/v1/question/page"
tags: ["Question"]
---

# get questions by page

`GET /answer/api/v1/question/page`

get questions by page

## Request body

- SchemaQuestionPageReq
  - `in_days` integer
  - `order` 'newest' | 'active' | 'hot' | 'score' | 'unanswered' | 'recommend' | 'frequent'
  - `page` integer
  - `page_size` integer
  - `tag` string
  - `username` string

## Response `200`

OK

- object
  - `code` integer — http code
  - `data` object — response data
    - `count` integer
    - `list` SchemaQuestionPageResp[]
      - `accepted_answer_id` string — answer information
      - `answer_count` integer
      - `collection_count` integer
      - `created_at` integer
      - `description` string
      - `follow_count` integer
      - `id` string
      - `last_answer_id` string
      - `operated_at` integer — operator information
      - `operation_type` string
      - `operator` SchemaQuestionPageRespOperator
        - `avatar` string
        - `display_name` string
        - `id` string
        - `rank` integer
        - `status` string
        - `username` string
      - `pin` integer — 1: unpin, 2: pin
      - `show` integer — 0: show, 1: hide
      - `status` integer
      - `tags` SchemaTagResp[]
        - `display_name` string
        - `main_tag_slug_name` string — if main tag slug name is not empty, this tag is synonymous with the main tag
        - `recommend` boolean
        - `reserved` boolean
        - `slug_name` string
      - `title` string
      - `unique_view_count` integer
      - `url_title` string
      - `view_count` integer — question statistical information
      - `vote_count` integer
  - `msg` string — response message
  - `reason` string — reason key

---

[API](https://skmtc.net/apache/apis/apache-answer.md) · [All operations](https://skmtc.net/apache/apis/apache-answer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apache/apache-answer/revisions/e9c2980e6571/schema)
