event-streams
List all activations for the event stream
get/event-streams/{id}/activations/
Path parameters
idinteger required
A unique integer value identifying this event stream.
Query parameters
decision_environment_idnumber
Filter by Decision Environment ID.
namestring
Filter by activation name.
pageinteger
A page number within the paginated result set.
page_sizeinteger
Number of results to return per page.
statusstring
Filter by activation status.
Response
Example response
{
"count": 123,
"next": "/eda/api/v1/example/?page=51&page_size=100",
"previous": "/eda/api/v1/example/?page=49&page_size=100",
"page_size": 100,
"page": 50
}Changes
Changed in 2 of the 8 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲