Displaying multiple Rest API calls in one DataTable in SharePoint 2016
Displaying multiple Rest API calls in one DataTable in SharePoint 2016
Ismail89
Posts: 2Questions: 1Answers: 0
Hello,
I would like know how to display multiple calls Rest Api in one Datable in SharePoint 2016.
Best regards,
This discussion has been closed.
Answers
What is the JSON returned by SharePoint 2016?
Allan
I have this request call : url: _spPageContextInfo.webAbsoluteUrl +"/_api/web/lists/getbytitle('"+data.d.results[i].TrackerId+"')/items?$select=data1,Data2,Data3,Data" .Which returns several items from several lists, and I would like to display these items returned in DataTable.
thank you in advance,
I'd need to know the JSON that be being returned as I mentioned above. I haven't used SharePoint 2016 myself, so I don't know.
Allan