Forum Discussion
Patrick Larocca
Aug 26, 2016Copper Contributor
How to work with custom list templates via REST API
Using the modified PowerShell below I can see my custom list template. My questions are, how would I create that template via the REST API and how would I create new document libraries from it using ...
Aug 27, 2016
My advice here is avoid to use list templates and start using the remote provisioning pattern to provision your SharePoint artifacts. You can find lots of information about this concept in the PnP space at GitHub
- Patrick LaroccaAug 29, 2016Copper Contributor
Thanks Jaun but I am not sure that its an option with the client just yet. I know I can do this with the Microsoft.SharePoint.Client library but was wondering if there was a REST API option.