---
title: "Gets the voting information of the given assets"
method: GET
path: "/v1/assets/voting"
tags: ["Assets", "Interactions"]
deprecated: true
---

# Gets the voting information of the given assets

`GET /v1/assets/voting`

> **Deprecated.**

Please use toolbox service to get asset voting information.

## Query parameters

- `assetIds` integer[], required

## Response `200`

OK

- RobloxWebWebAPIModelsApiArrayResponseRobloxApiDevelopModelsResponseAssetVotingModel
  - `data` RobloxApiDevelopModelsResponseAssetVotingModel[]
    - `assetId` integer — The !:IAsset's id.
    - `hasUserVoted` boolean — Whether the user has voted on this !:IAsset.
    - `canUserVote` boolean — Whether the user can vote on this !:IAsset.
    - `shouldShowVotes` boolean — Whether votes should be shown.
    - `upVotes` integer — The number of up votes.
    - `downVotes` integer — The number of down votes.
    - `reasonForNotAbleToVote` string — The reason this !:IAsset cannot be voted on.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/versions/e15802062270/schema)
