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 |
crate::models::ListOfEventMessages read_aggregate_events(context, aggregate_id) Returns all events for the aggregate
Name | Type | Description | Required | Notes |
---|---|---|---|---|
context | String | Context name | [required] | [default to default] |
aggregate_id | String | The id of the aggregate | [required] |
crate::models::ListOfEventMessages
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]