---
title: "get user personal votes"
method: GET
path: "/answer/api/v1/personal/vote/page"
tags: ["Activity"]
---

# get user personal votes

`GET /answer/api/v1/personal/vote/page`

get user personal votes

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

OK

- object
  - `code` integer — http code
  - `data` object — response data
    - `count` integer
    - `list` SchemaGetVoteWithPageResp[]
      - `answer_id` string — answer id
      - `content` string — content
      - `created_at` integer — create time
      - `object_id` string — object id
      - `object_type` 'question' | 'answer' | 'tag' | 'comment' — object type
      - `question_id` string — question id
      - `title` string — title
      - `url_title` string — url title
      - `vote_type` string — vote type
  - `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/versions/e9c2980e6571/schema)
