Naeem Khan

Naeem Khan

  • NA
  • 29
  • 830

How to retrieve custom list items in SharePoint online

May 7 2019 2:21 AM
I wan to know that how to retrieve custom list items and display them in content editor web part in sharepoint online classic experience. For example i have a list name ( companyinfo ) having two columns 'Company & Industry' and i have added content editor web part to page and link it to external HTML file which conatin an submit button. So when i click that button i wan to display list item. Now i want JavaScript/ Resftful API code to get items into that web part. 

Answers (1)

2
Aakash Maurya

Aakash Maurya

  • 95
  • 19.8k
  • 1.2m
May 8 2019 3:18 AM
Please find the detail description on the code.
 
https://www.c-sharpcorner.com/article/crud-operations-in-sharepoint-rest-api-using-jquery-ajax/ 
Accepted Answer