Analyzing the Event Log

Searching for, and identifying important events, deltas and crucial time points.
Now that we have entered, modified and deleted some data in our fictional HRMS, we will explore the history of these operations using the event log.
RecallGraph's Event API supports 2 endpoints:
  1. 1.
    A LOG endpoint to trace the sequence of events within a specified scope, with support for grouping, sorting, slicing and post-filtering.
  2. 2.
    A DIFF endpoint to extract commands between successive events, again within the confines of a scope, and supporting sorting, slicing and post-filtering (but not grouping).
We will explore these endpoints in the sections linked below:
Last modified 3yr ago