RemoteSessionEvent Data Shape
The RemoteSessionEvent Data Shape defines a RemoteSession event. This Data Shape has two fields:
session — An INFOTABLE that contains information from the RemoteSession Data Shape about the remote session at the time that the event was generated.
fieldsChanged — A JSON-formatted list of fields that have changed in the RemoteSession ojbect that was updated. For example, if the status and createdTime fields were updated, the JSON would be:

{
"fieldsChanged":[
"status",
"createdTime"
]
}
Was this helpful?