Displaying multiple Rest API calls in one DataTable in SharePoint 2016

Displaying multiple Rest API calls in one DataTable in SharePoint 2016

Ismail89Ismail89 Posts: 2Questions: 1Answers: 0

Hello,

I would like know how to display multiple calls Rest Api in one Datable in SharePoint 2016.

Best regards,

Answers

  • allanallan Posts: 63,075Questions: 1Answers: 10,385 Site admin

    What is the JSON returned by SharePoint 2016?

    Allan

  • Ismail89Ismail89 Posts: 2Questions: 1Answers: 0

    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,

  • allanallan Posts: 63,075Questions: 1Answers: 10,385 Site admin

    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

This discussion has been closed.