Matthias Wessendorf Bruno Oliveira as I understand 404, it means that the requested item could not be found. So let's say you try to get information about one particular pushApplication which doesnt exist. You should get 404. But if you want to list all push applications, empty list seems to be better (it's like returning empty collection from a method instead of just null).
|