rozod
    Preparing search index...

    Variable getOutfitsUseroutfitidDetailsConst Api Param

    getOutfitsUseroutfitidDetails: EndpointGeneric<
        { userOutfitId: number },
        {
            assets: {
                assetStatus: 0 | 1 | 2 | 3 | 5;
                assetType: { id: number; name: string };
                currentVersionId: number;
                id: number;
                meta: {
                    order: number;
                    position: { X: number; Y: number; Z: number };
                    puffiness: number;
                    rotation: { X: number; Y: number; Z: number };
                    scale: { X: number; Y: number; Z: number };
                    version: number;
                };
                name: string;
            }[];
            bodyColor3s: {
                headColor3: string;
                leftArmColor3: string;
                leftLegColor3: string;
                rightArmColor3: string;
                rightLegColor3: string;
                torsoColor3: string;
            };
            bundleId: number;
            id: number;
            inventoryType: string;
            isEditable: boolean;
            moderationStatus: string;
            name: string;
            outfitType: string;
            playerAvatarType: string;
            scale: {
                bodyType: number;
                depth: number;
                head: number;
                height: number;
                proportion: number;
                width: number;
            };
            universeId: number;
        },
        undefined,
    > = ...

    GET https://avatar.roblox.com/v3/outfits/:userOutfitId/details Gets details about the contents of an outfit. userOutfitId The user outfit id.