Forum Discussion
Darian Glover
Jul 31, 2018Brass Contributor
Near Complete List of SharePoint List Types and Templates (a.k.a. List Definitions)
While working on a publishing site collection on SharePoint 2016 I needed to perform operations on all publishing pages within the collection. Publishing page lists (libraries) are different from bas...
maheshwari835
Mar 19, 2020Copper Contributor
Darian Glover Thanks for providing the detail information template Id and NAme for all lists and libraries.
I am facing an issue for template id : 443 for reportLibrary . Using Graph API i am trying to create a report Library below is the request sent
| { "displayName": "GraphAPI_Report", "description": "Description for GraphAPI", "list": { "contentTypesEnabled": true, "hidden": false, "template": "reportLibrary" } } |
and the response what received is invalid request
{ "error": { "code": "invalidRequest", "message": "One of the provided arguments is not acceptable.", "innerError": { "request-id": "d5a1f652-a96c-49e4-ab1b-84568bc6871b", "date": "2020-03-19T07:40:54" } } } |
But for other templates, I am not observing this issue. Please help me out where I went wrong.