Skip to main content
added 8 characters in body
Source Link
Robert Lindgren
  • 24.5k
  • 12
  • 55
  • 79

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?

https://mysharepointsite/_api/web/lists/getbytitle('mysharepointlist')/items?

They are all Single line of text fields. How can I retrieve the values?

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?

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?

Source Link

SharePoint Rest API Problem

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?