rozod
    Preparing search index...

    Variable getAssetsVotingConst Api Param

    getAssetsVoting: EndpointGeneric<
        { assetIds: number[] },
        {
            data: {
                assetId: number;
                canUserVote: boolean;
                downVotes: number;
                hasUserVoted: boolean;
                reasonForNotAbleToVote: string;
                shouldShowVotes: boolean;
                upVotes: number;
            }[];
        },
        undefined,
    > = ...

    GET https://develop.roblox.com/v1/assets/voting Gets the voting information of the given assets assetIds The ids of the Roblox.Platform.Assets.IAsset.