rozod
    Preparing search index...

    Variable getUniversesUniverseIdOrderedDataStoresOrderedDataStoreScopesScopeEntriesEntryConst Api Param Description

    getUniversesUniverseIdOrderedDataStoresOrderedDataStoreScopesScopeEntriesEntry: EndpointGeneric<
        {
            entry: string;
            orderedDataStore: string;
            scope: string;
            universeId: string;
        },
        { id: string; path: string; value: number },
        undefined,
    > = ...

    GET https://apis.roblox.com/cloud/v1/universes/:universeId/orderedDataStores/:orderedDataStore/scopes/:scope/entries/:entry universeId The identifier of the experience with ordered data stores that you want to access. See Universe ID on how to copy it on Creator Dashboard. orderedDataStore The name of the ordered data store. scope The name of the data store scope. See Scopes. entry The entry ID. Gets and returns the specified entry.