Add parameters to the List method of the SubscriptionAPI
Opened this issue · 0 comments
stoewer commented
Add filter and pagination parameters to the List
method of the SubscriptionAPI. Remove the method ListFilter
introduced by #69.
Acceptance criteria
- Pagination is supported via
limit
andoffset
- Results can be filtered by
owning_application
andevent_type
- By default the unfiltered first page is returned