Skip to main content
Version: 5.7.0

ReadSystemEntity

Method reads an existing system entity on the server. It cannot be an owned/global entity.

ServiceOperation
globalEntityREAD_SYSTEM_ENTITY

Method Parameters

ParameterDescription
entityIdThe id of the entity to read.

Usage

http://localhost:3000
// S2S call: to view example, switch to the Cloud Code or Raw tab.
JSON Response
{
"data": {
"gameId": "22198",
"entityIndexedId": null,
"timeToLive": 0,
"createdAt": 1498850247510,
"entityType": "address",
"entityId": "4b2f1cba-cc52-4d3c-8663-ff540ee48a38",
"acl": {
"other": 2
},
"ownerId": null,
"version": 2,
"expiresAt": 9223372036854776000,
"updatedAt": 1498850536733,
"_serverTime": 1637946319239
},
"status": 200
}