Can't get phone with comma in name

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

Does the URL escaped version the API Explorer creates also not work? Because I would expect URL escaping special characters to be the correct answer for how to do this.

No, it does not work. I just tried myself by creating a phone also with a comma in the name and when I search it via API it doesn't return the phone.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.