Get player votes
Retrieve all votes cast by a specific player.
| Path Parameters |
|---|
uuid uuid — REQUIRED |
| Query Parameters |
|---|
per_page integerPossible values: 1 ≤ value ≤ 100 Number of results per page |
page integerPossible values: 1 ≤ value |
| Responses |
|---|
| Schema — OPTIONAL |
|---|
data object[] — OPTIONALclaimed_at date-time — OPTIONALWhen the vote was claimed | player object — OPTIONALuuid uuid — OPTIONAL | username string — OPTIONAL |
| gameserver object — OPTIONALGame server that was voted for id integer — OPTIONAL | name string — OPTIONAL |
|
| links object — OPTIONALfirst string — OPTIONAL | last string — OPTIONAL | prev string — OPTIONAL | next string — OPTIONAL |
| meta object — OPTIONALcurrent_page integer — OPTIONAL | from integer — OPTIONAL | last_page integer — OPTIONAL | links object[] — OPTIONALurl string — OPTIONAL | label string — OPTIONAL | active boolean — OPTIONAL |
| path string — OPTIONAL | per_page integer — OPTIONAL | to integer — OPTIONAL | total integer — OPTIONAL |
|
|
| Schema — OPTIONAL |
|---|
error string — OPTIONAL |
|