hi all, not sure if anyone has used Java platform SDK (using latest 251.0.0 version of the SDK) to fetch operations console events. I create the request like this:
EventQueryRequest query = new EventQueryRequest();
query.setInterval("2026-04-10T16:00:01/2026-04-12T22:59:59");
However, the SDK adds another optional parameter list so this is what is actually sent in the body:
{"interval":"2026-04-10T16:00:01/2026-04-12T22:59:59","eventDefinitionIds":[]}
The eventdefinititionIds are used to filter which I dont want to do (adding all of them also creates a problem as there are way too many). So either the SDK should not add this attribute when the list is empty or the server should accept and ignore it.
However, instead the server just sends HTTP 500. I tried to send this input in the developer portal and i get the same error. Has anyone made this working properly? I have just raised a genesys case too but it looks like an annoying bug to me.
thansk,
#PlatformSDK------------------------------
Zsolt Belicza
Engineer
------------------------------