I get from a RESTful Service the following data:
[ { \"id\": 42, \"type\": 0, \"name\": \"Piety was here\", \"description\": \"Bacon is tas
I think with
{{message.type}}
you just get the mapped value and not the enum. Please try following code.
{{TYPE[message.type]}}