Const
Api
Param
Description
GET https://apis.roblox.com/cloud/v1/universes/:universeId/standard-datastores/datastore/entries/entry Get entry. 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. Returns the value and metadata associated with an entry.
global
Entries marked deleted with a tombstone version will return 404 Not Found.
Metadata can be found in the response headers like the following:
content-md5: zuYxEhwuySMv0i8CitXImw== roblox-entry-version: 08D9E6A3F2188CFF.0000000001.08D9E6A3F2188CFF.01 roblox-entry-created-time: 2022-02-02T23:30:06.5388799+00:00 roblox-entry-version-created-time: 2022-02-02T23:30:06.5388799+00:00 roblox-entry-attributes: { "myAttribute": "myValue" } roblox-entry-userids: [1, 2, 3] Copy
content-md5: zuYxEhwuySMv0i8CitXImw== roblox-entry-version: 08D9E6A3F2188CFF.0000000001.08D9E6A3F2188CFF.01 roblox-entry-created-time: 2022-02-02T23:30:06.5388799+00:00 roblox-entry-version-created-time: 2022-02-02T23:30:06.5388799+00:00 roblox-entry-attributes: { "myAttribute": "myValue" } roblox-entry-userids: [1, 2, 3]
content-md5
roblox-entry-version
roblox-entry-created-time
roblox-entry-version-created-time
roblox-entry-attributes
roblox-entry-userids
GET https://apis.roblox.com/cloud/v1/universes/:universeId/standard-datastores/datastore/entries/entry Get entry. 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. Returns the value and metadata associated with an entry.Entries marked deleted with a tombstone version will return 404 Not Found.
Metadata can be found in the response headers like the following:
content-md5
roblox-entry-version
roblox-entry-created-time
roblox-entry-version-created-time
roblox-entry-attributes
roblox-entry-userids