Serialized Documentation
Serialized Documentation
Console
Plans & Pricing
Sign up
Welcome to Serialized
Basics
Accounts
Projects
Authentication
Rate limiting
Getting started
APIS
Event Sourcing API
Basic Usage
Concurrency
Atomicity and Versioning
Deleting Aggregates
API Reference
Load an Aggregate
Store Events
Check if an aggregate exists
Delete an Aggregate
Delete all Aggregates by type
Feeds API
Reactions API
Projections API
Tenants API
Client libraries
Java client
Javascript client
Go client (unofficial)
Tools
Swagger API Definition
Advanced
Multi-Tenancy
Encrypting Event data
Conditional requests
Request signatures
Powered by GitBook

API Reference

This page contains the API reference for the Event Sourcing API.
Here are the articles in this section:
Load an Aggregate
By loading all events for a single aggregate we can derive the current state of the Aggregate.
Store Events
Check if an aggregate exists
Delete an Aggregate
Delete all Aggregates by type
Previous
Deleting Aggregates
Next
Load an Aggregate
Last updated 1 day ago
Edit on GitHub