Optional
requestFactory: EventsApiRequestFactoryOptional
responseProcessor: EventsApiResponseProcessorPrivate
configurationPrivate
requestPrivate
responseThe request object
Optional
options: ConfigurationThis endpoint allows you to query for event details.
Note: If the event you’re querying contains markdown formatting of any kind,
you may see characters such as %
,\
,n
in your output.
The request object
Optional
options: ConfigurationThe event stream can be queried and filtered by time, priority, sources and tags.
Notes:
If the event you’re querying contains markdown formatting of any kind,
you may see characters such as %
,\
,n
in your output.
This endpoint returns a maximum of 1000
most recent results. To return additional results,
identify the last timestamp of the last result and set that as the end
query time to
paginate the results. You can also use the page parameter to specify which set of 1000
results to return.
The request object
Optional
options: ConfigurationGenerated using TypeDoc
This endpoint allows you to post events to the stream. Tag them, set priority and event aggregate them with other events.