Serialized Documentation
Serialized Documentation
Console
Plans & Pricing
Sign up
Welcome to Serialized
Basics
Accounts
Projects
Authentication
Rate limiting
Getting started
APIS
Event Sourcing API
Feeds API
Basic Usage
Sequence Numbers
The _all feed
Partitioned feeding
API Reference
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

The _all feed

The API includes a special endpoint called _all that returns events for all aggregate types, in insertion order. This feed can be used to discover dynamically added aggregate types.

https://api.serialized.io/feeds/_all
Previous
Sequence Numbers
Next
Partitioned feeding
Last updated 2 years ago
Edit on GitHub