Hi,
I'm from Italian and here we have city names having special characters such as the '. For example, we have a city called FORLI'. When I try to use the retrieveMultipleRecords method with the $filter=city eq 'FORLI%27' (%27 is the encoded code for the ')
I retrieve the error: Bad Request 400: unterminated string literally at position xx in 'city eq 'FORLI'''.
Also, I tried to replace the string containing the city name in this way .replace("'", "\'"); with no success.
Any suggestion?
Thanks