Const
Param
See
Deprecated
List Entry Versions · BETA
BETA
Returns a list of versions for an entry.
Lua equivalent: DataStore:ListVersionsAsync Scopes: universe-datastores.versions:list
DataStore:ListVersionsAsync
universe-datastores.versions:list
universeId The identifier of the experience with data stores that you want to access. You can find your experience's universe ID on Creator Hub. 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. 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. GET https://apis.roblox.com/cloud/v2/universes/{universe_id}/data-stores/{data_store_id}/entries/{entry_id}:listRevisions GET https://apis.roblox.com/cloud/v2/universes/{universe_id}/data-stores/{data_store_id}/scopes/{scope_id}/entries/{entry_id}:listRevisions Prefer the v2 alternative(s) listed above.
global
Ascending
Descending
List Entry Versions ·
BETAReturns a list of versions for an entry.
Lua equivalent:
DataStore:ListVersionsAsyncScopes:universe-datastores.versions:listuniverseId The identifier of the experience with data stores that you want to access. You can find your experience's universe ID on Creator Hub. datastoreName The name of the data store. entryKey The key identifying the entry. scope The value is
globalby default. See Scopes. cursor Provide to request the next set of data. startTime Provide to not include versions earlier than this timestamp. endTime Provide to not include versions later than this timestamp. sortOrder EitherAscending(earlier versions first) orDescending(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. GET https://apis.roblox.com/cloud/v2/universes/{universe_id}/data-stores/{data_store_id}/entries/{entry_id}:listRevisions GET https://apis.roblox.com/cloud/v2/universes/{universe_id}/data-stores/{data_store_id}/scopes/{scope_id}/entries/{entry_id}:listRevisions Prefer the v2 alternative(s) listed above.