Hello,
I'm trying to get a phone named "Joe2WebRTCPhone, (test)" using the API GET /api/v2/telephony/providers/edges/phones.
Unfortunately the phone is not returned (if I change the name to one without comma there is no problem).
API Explorer expands me the GET Request to:
GET /api/v2/telephony/providers/edges/phones?name=Joe2WebRTCPhone%2C%20(test) HTTP/1.1
Does anyone know how to filter for a phone with a comma in the name?
Best Regards,
Jonathan