---
title: "Get voters who voted for the candidate"
method: GET
path: "/api/candidates/{candidate}/voters"
tags: ["Candidates"]
---

# Get voters who voted for the candidate

`GET /api/candidates/{candidate}/voters`

## Response `200`

OK

- CandidateVoter
  - `items` object[] — Candidate's data
  - `total` number — Total number of voters

## Other responses

- `406` — Not Acceptable

## Changes

- **2019-01-14** `733f856e9786` — 1 info
  - endpoint added
- **2019-01-09** `3b5217f07caf` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/buildonviction/apis/vicmaster-apis/changes/api/candidates/:candidate/voters/get.md)

---

[API](https://skmtc.dev/buildonviction/apis/vicmaster-apis.md) · [All operations](https://skmtc.dev/buildonviction/apis/vicmaster-apis/llms.txt) · [OpenAPI document](https://skmtc.dev/buildonviction/apis/vicmaster-apis/revisions/6d94c889c170?raw)
