Recently we found some special character is removed from the text field when we try to get them from API call.
One example is value "'A' crew" become "A' crew" (the first quote is missing)
Another example is value "Eng Department'" become "Eng Department" ( the apostrophe ' is missing)
I tried to debug the code and after the entity execution, we don't get these characters, however if I run the same API with postman, the result looks ok.
Does anyone have the similar issue?
Thanks
Victor