rozod
    Preparing search index...

    Variable getLocalizationTableTablesAssetidConst Api Param

    getLocalizationTableTablesAssetid: EndpointGeneric<
        { assetId: number },
        {
            assetId: number;
            id: string;
            name: string;
            ownerId: number;
            ownerType: "User" | "Group";
        },
        undefined,
    > = ...

    GET https://localizationtables.roblox.com/v1/localization-table/tables/:assetId Get table information by the assetId of the table. assetId The asset id associated with the table.