Pait Group Blog

SharePoint REST API and Lists with Folders

The SharePoint REST API support for folders is limited. The support that is there is tailored to work with documents in document libraries. Because of this I see lots of questions on how to use the REST API to perform operations on lists with folders. My suggestion is... don't. The Client Object Model has full support for folders so I strongly suggest that you use it instead.

Read more