rozod
    Preparing search index...

    Variable getUniversesUniverseIdDatastoresDatastoreEntriesEntryVersionsConst Api Param Description

    getUniversesUniverseIdDatastoresDatastoreEntriesEntryVersions: EndpointGeneric<
        {
            cursor?: null
            | string;
            datastoreName?: null | string;
            endTime?: null | string;
            entryKey?: null | string;
            limit?: number;
            scope?: null | string;
            sortOrder?: null | string;
            startTime?: null | string;
            universeId: number;
        },
        void,
        undefined,
    > = ...

    GET https://apis.roblox.com/cloud/v1/universes/:universeId/standard-datastores/datastore/entries/entry/versions List entry versions universeId The identifier of the experience with data stores that you want to access. You can copy your experience's Universe ID on the Creator Dashboard. datastoreName The name of the data store. entryKey The key identifying the entry. scope The value is global by default. See Scopes. cursor Provide to request the next set of data (see Cursors). startTime Provide to not include versions earlier than this timestamp. endTime Provide to not include versions later than this timestamp. sortOrder Either Ascending (earlier versions first) or Descending (later versions first). limit The maximum number of items to return. Each call only reads one partition, so it can return fewer than the given value when running out of objectives on one partition. Returns a list of versions for an entry.