rozod
    Preparing search index...

    Variable getAssetidAssetidVersionVersionnumberConst Api Param

    getAssetidAssetidVersionVersionnumber: EndpointGeneric<
        {
            Accept: string;
            "Accept-Encoding": string;
            AssetFormat: string;
            assetId: number;
            AssetType: string;
            clientInsert?: number;
            contentRepresentationPriorityList?: string;
            doNotFallbackToBaselineRepresentation?: boolean;
            expectedAssetType?: string;
            modulePlaceId?: number;
            "Roblox-AssetFormat": string;
            "Roblox-Place-Id": number;
            scriptinsert?: number;
            serverplaceid?: number;
            skipSigningScripts?: boolean;
            versionNumber: number;
        },
        {
            assetMetadatas: { metadataType: 1; value: string }[];
            assetTypeId: number;
            contentRepresentationSpecifier: {
                fidelity: string;
                format: string;
                majorVersion: string;
            };
            errors: {
                Code: number;
                CustomErrorCode: | 0
                | 1
                | 2
                | 3
                | 4
                | 5
                | 6
                | 7
                | 8
                | 9
                | 10
                | 11
                | 12
                | 13
                | 14
                | 15
                | 16;
                Message: string;
            }[];
            isArchived: boolean;
            isRecordable: boolean;
            location: string;
            requestId: string;
        },
        undefined,
    > = ...

    GET https://assetdelivery.roblox.com/v1/assetId/:assetId/version/:versionNumber Retrieves an asset by its ID and version number. assetId The ID of the asset to retrieve. versionNumber The version of the asset to retrieve. Accept-Encoding Roblox-Place-Id AssetType Accept AssetFormat Roblox-AssetFormat skipSigningScripts clientInsert scriptinsert modulePlaceId serverplaceid expectedAssetType doNotFallbackToBaselineRepresentation contentRepresentationPriorityList