Add start_time
and end_time
as query parameters to the Events API
#107
Labels
Milestone
start_time
and end_time
as query parameters to the Events API
#107
Is your feature request related to a problem? Please describe.
One of the issues outlined within #99 is that the Events API requires API consumers to deduplicate the events received and compare against already ingested data. This may become increasingly complicated as the volume of events within a provider's system grows.
Describe the solution you'd like
Add additional query parameters to the API specification that will enable an API consumer to designate the time window of when they would like to search for events.
Is this a breaking change
This could be a breaking change if this was made as a query parameter that was required to be implemented.
Impacted Spec
Events
Additional context
If this was not implemented as a required parameter, there may be technical concerns about source systems not being able to respond with the necessary data in an open ended query.
This may help alleviate some, but not all, of the concerns raised in #99.
The text was updated successfully, but these errors were encountered: