rozod
    Preparing search index...

    Variable getUniversesUniverseIdOrderedDataStoresOrderedDataStoreScopesScopeEntriesConst Api Param Description

    getUniversesUniverseIdOrderedDataStoresOrderedDataStoreScopesScopeEntries: EndpointGeneric<
        {
            filter?: string;
            max_page_size?: number;
            order_by?: string;
            orderedDataStore: string;
            page_token?: string;
            scope: string;
            universeId: string;
        },
        {
            entries: { id: string; path: string; value: number }[];
            nextPageToken: string;
        },
        undefined,
    > = ...

    GET https://apis.roblox.com/cloud/v1/universes/:universeId/orderedDataStores/:orderedDataStore/scopes/:scope/entries 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 target ordered data store. scope The name of the data store scope. See Scopes. max_page_size The maximum number of entries to return. The service may return fewer than this value. The default value is 10. The maximum value is 100, and any input above 100 is coerced to 100. page_token A page token received from a previous List call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to List must match the call providing the page token. order_by The enumeration direction. The order by default is ascending. Input a desc suffix for descending. filter The range of qualifying values of entries to return. See Filters. Returns a list of entries from an ordered data store.