v1

latestOpenAPI 3.0.4Derdack GmbH2026-07-13113141479.8 KB
Alerts

Gets alerts paged

post/alerts/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.

userIdstring

User ID of the user you want to get alerts for.

Request body

teamidstring nullable
alertIdsstring[] nullable
afterIdstring nullable
categoryIdsstring[] nullable
maxCreatedstring date-time nullable
minCreatedstring date-time nullable
modSincestring date-time nullable
showPersonalHiddenCategoriesboolean
userCreatedAlertsFilterMode0 | 1 | 2
alertStatusCodes0 | 1 | 2 | 4 | 8 | 16 | 32
textToSearchstring nullable

Response

Returns a paged result with found alerts and continuation token if more alerts are in the database.

hasMoreboolean