RWRob Windsorinrobwindsor.hashnode.dev·Aug 20 · 18 min readSharePoint REST API - Working with List Content TypesThis post covers the list-scoped content type endpoint in SharePoint Online. List content types are scoped copies of site content types applied to a specific list. They live at: https://<tenant>.share00
RWRob Windsorinrobwindsor.hashnode.dev·Aug 20 · 20 min readSharePoint REST API - Working with Site Content TypesThis post covers the /_api/web/contenttypes endpoint — the site-level REST interface for SP.ContentType in SharePoint Online. It follows on from the earlier posts in this series on lists, list items, 00
RWRob Windsorinrobwindsor.hashnode.dev·Aug 18 · 20 min readSharePoint REST API - Working with Folders in ListsThis post covers folders in SharePoint custom lists. You'll learn how to create folders and subfolders, retrieve folder metadata and contents, update folder metadata, add and update items in folders, 00
RWRob Windsorinrobwindsor.hashnode.dev·Aug 18 · 18 min readSharePoint REST API - Working with Folders in LibrariesThis post covers folders in SharePoint document libraries. You'll learn how to create folders and subfolders, retrieve folder metadata and contents, update folder metadata, rename folders, add and upd00
RWRob Windsorinrobwindsor.hashnode.dev·Aug 18 · 22 min readSharePoint REST API - Working with FilesThis post covers files — the individual documents stored in SharePoint document libraries. You'll learn how to retrieve file metadata and content, upload new files, update content and metadata, check 00