RemoteSessionEvent Data Shape
The RemoteSessionEvent Data Shape defines a RemoteSession event. This Data Shape has two fields:
session — The remote session for which the event was generated, stored in an an infotable defined by the RemoteSession Data Shape.
fieldsChanged — A JSON-formatted list of fields that have changed in the RemoteSession object that was updated. For example, if the status and createdTime fields were updated, the JSON would be:

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