rozod
    Preparing search index...

    Variable getToolboxServiceV2AssetsIdConst Api Param Description

    getToolboxServiceV2AssetsId: EndpointGeneric<
        { id: number },

            | null
            | {
                asset: | null
                | {
                    assetTypeId: null
                    | number;
                    createTime: null | string;
                    description: null | string;
                    id: number;
                    name: null | string;
                    previewAssets:
                        | null
                        | {
                            imagePreviewAssets: null
                            | number[];
                            videoPreviewAssets: null | number[];
                        };
                    socialLinks: | null
                    | {
                        linkType: 0
                        | 1
                        | 2
                        | 3
                        | 4
                        | 5
                        | 6
                        | 7
                        | 8
                        | 9
                        | 10;
                        title: null | string;
                        url: null | string;
                    }[];
                    updateTime: null
                    | string;
                };
                creator: | null
                | {
                    creator: null
                    | string;
                    groupId: null | number;
                    name: null | string;
                    userId: null | number;
                    verified: null | boolean;
                };
                creatorStoreProduct: | null
                | {
                    purchasable: boolean;
                    purchasePrice: | null
                    | {
                        currencyCode: null
                        | string;
                        quantity: null | { exponent: number; significand: number };
                    };
                };
                voting: | null
                | {
                    canVote: boolean;
                    downVotes: number;
                    hasVoted: boolean;
                    showVotes: boolean;
                    upVotePercent: number;
                    upVotes: number;
                    userVote: null
                    | boolean;
                    voteCount: number;
                };
            },
        undefined,
    > = ...

    GET https://apis.roblox.com/cloud/toolbox-service/v2/assets/:id Get Creator Store Asset Details id The asset ID to retrieve details for. Get details for a single Creator Store asset.