v1

latestOpenAPI 3.0.4Derdack GmbH2026-07-13113141479.8 KB
Events

Get overview event paged.

Get overview event paged. If there are more results, you also get a continuation token which you can add to the event filter.

post/events/paged

Query parameters

maxResultsinteger

Defines the limit of retrieved alert details per request. 1 to 100 are allowed per request. Number of alerts could be less if filtered but at least 1.

Request body

teamidstring nullable
eventStatusCode0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 21 | 22 | 23 | 30 | 1000
maxCreationDatestring date-time nullable
minCreationDatestring date-time nullable
modifiedSincestring date-time nullable
textToSearchstring nullable
eventSourceIdstring nullable

Response

Returns paged result with found events and continuation token, if database holds more events.

hasMoreboolean