I am using Rest API in an a web application using JavaScript, JQuery, and HTML and I'm having issues with pulling phone numbers. I have 3 phone number fields and they all show similar to this <d:Phone_2 m:null="true" /> in the XML of this query
https://mysharepointsite/_api/web/lists/getbytitle('mysharepointlist')/items?
They are all Single line of text fields. How can I retrieve the values?
xhr.responseType = 'json';(this is plain JavaScript.. I don't know the $.ajax syntax)