rozod
    Preparing search index...

    Variable getCloudV2UniversesUniverseIdOrderedDataStoresOrderedDataStoreIdScopesScopeIdEntriesEntryIdConst Api Param Description

    getCloudV2UniversesUniverseIdOrderedDataStoresOrderedDataStoreIdScopesScopeIdEntriesEntryId: EndpointGeneric<
        {
            entry_id: string;
            ordered_data_store_id: string;
            scope_id: string;
            universe_id: string;
        },
        { id: string; path: string; value: number },
        undefined,
    > = ...

    GET https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id/ordered-data-stores/:ordered_data_store_id/scopes/:scope_id/entries/:entry_id Get Ordered Data Store Entry universe_id The universe ID. ordered_data_store_id The ordered-data-store ID. scope_id The scope ID. entry_id The entry ID. Gets the specified entry.