Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.14 KB

AggregateApi.md

File metadata and controls

38 lines (21 loc) · 1.14 KB

\AggregateApi

All URIs are relative to http://localhost

Method HTTP request Description
read_aggregate_events GET /v1/contexts/{context}/aggregate/{aggregateId}/events Returns all events for the aggregate

read_aggregate_events

crate::models::ListOfEventMessages read_aggregate_events(context, aggregate_id) Returns all events for the aggregate

Parameters

Name Type Description Required Notes
context String Context name [required] [default to default]
aggregate_id String The id of the aggregate [required]

Return type

crate::models::ListOfEventMessages

Authorization

ApiKeyAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]