Events

The event stream presents a chronological feed of activity within Enterprise Core, designed to enhance operational efficiency and data management practices in your business ecosystem. It is a pivotal feature for use cases like these:

  • Initiating integrated workflows triggered by key events such as invoice issuance.

  • Enabling automated routines, such as activating a policy renewal procedure as the expiry date approaches.

  • Capturing data changes for storage in a specialized database.

Usage

The event stream offers:

  • The ability to {{fetchEvent|fetch a single event}}.

  • The ability to {{fetchEventsForARequest|fetch all the vents for a single API request}}.

  • a paginated view of events in the Socotra system, in ascending chronological order. You may include one or more options in your initial query, such as filter criteria, time range, and page size. You can then use the pagingToken to page through additional results.

Note

The pagingToken cannot be used in conjunction with any other optional arguments.

See Also