REST

Getting term label values with the SharePoint RenderListDataAsStream API endpoint

Recently Microsoft released a new API endpoint for retrieving SharePoint listitem data. With this RenderListDataAsStream  API you can now retrieve both managed metadata field values and lookup field values very easily. I was using the SharePoint items REST API endpoint like this: {SiteCollectionUrl}/_api/web/lists/GetByTitle(‘Documents’)/Items?$select=Id,FileLeafRef,Title,ServerRedirectedEmbedUri,Editor/Title,MavProject/Title,MavCategory,TaxCatchAll/ID,TaxCatchAll/Term,Modified&$expand=Editor,MavProject,TaxCatchAll While I was using this only for...

Continue reading...