mailjet / mailjet-apiv3-java

[API v3] Mailjet Java API Wrapper
https://dev.mailjet.com
MIT License
66 stars 37 forks source link

Filter on GET "v3/REST/eventcallbackurl" does not work #79

Closed hennroja closed 7 years ago

hennroja commented 7 years ago

I am sending this request:

MailjetRequest request = new MailjetRequest(Eventcallbackurl.resource)
                .property(Eventcallbackurl.VERSION, 2)
                .filter(Eventcallbackurl.EVENTTYPE, type);

It should be analog to this calling url: https://api.mailjet.com/v3/REST/eventcallbackurl?EventType=open

The filter is not applied. All 10 types are shown. screen shot 2017-11-02 at 16 44 08

Is it a bug or a feature ? Or do I simply use it wrong ?

latanasov commented 7 years ago

Hi @hennroja it seems there is a bug in the API with the "open" EventType filter only (the rest work). I've reported the issue and we'll have it fixed. My apologies for the inconvenience.

latanasov commented 7 years ago

Closing this one on Github- will be handled by our API team.

hennroja commented 7 years ago

Thanks to you and the team !

Would be helpful when you write usw a comment when the change is released.