EventRecorder
The following operations are supported. For a formal definition, please review the Service Description.
-
AddRecording
Add a new recording (returns id). -
GetActiveRecordingsByBrand
Get all realtime active recordings by brand id. -
GetRecordingByID
Get a recording by id. -
GetRecordingsByBrand
Get a collection of recordings by brand id (date filter available). -
GetRecordingsBySessionID
Get a collection of recordings by sessionid. -
GetRecordingsCount
Get the recording count for each brand. -
SetInactiveRecordingsByBrand
Set all active recordings to inactive (returns count of active to inactive). -
UpdateRecording
Update an existing recording using the id returned from AddRecording.