RWRob Windsorinrobwindsor.hashnode.dev·Sep 12 · 20 min readSharePoint REST API - Working with Large File UploadsSharePoint Online supports files up to 250 GB, but the simple Files/add pattern has a 2 GB ceiling. For larger files — and for smaller uploads where resumability matters — the SharePoint REST API prov00
RWRob Windsorinrobwindsor.hashnode.dev·Sep 11 · 20 min readSharePoint REST API - OData Query OptionsSharePoint REST API - OData Query Options SharePoint's REST API supports a subset of the OData query protocol for filtering, shaping, and paging results. This companion post covers what actually works00
RWRob Windsorinrobwindsor.hashnode.dev·Sep 11 · 23 min readSharePoint REST API - Batching with $batchThis post covers the /_api/$batch endpoint — the SharePoint REST interface for submitting multiple operations in a single HTTP request. It follows on from the earlier posts in this series on lists, li00
RWRob Windsorinrobwindsor.hashnode.dev·Sep 10 · 24 min readSharePoint REST API - Working with SearchThis post covers the /_api/search/query and /_api/search/postquery endpoints — the SharePoint REST interface for submitting keyword and KQL queries against the SharePoint search index. It follows on f00
RWRob Windsorinrobwindsor.hashnode.dev·Sep 10 · 32 min readSharePoint REST API - Working with Managed MetadataSharePoint's Managed Metadata service provides a centralized taxonomy — organized into term groups, term sets, and terms — that can be applied as column values across lists and libraries. This post co00