Unable to Retrieve All Internal Lists Using “GetListCollection” Method in SharePoint 2019
When working with SharePoint on-premises Server 2019, I am encountering issues with the SOAP service. Specifically, I am unable to fetch all internal lists using the “GetListCollection” method. Is there another endpoint to retrieve a comprehensive list of all lists? Please refer to the details below:
Language: Java 17Permissions and Access Rights: Not a concern in this case.Response Status: 200 (No errors encountered).
Despite receiving a successful response, several lists/tables are not being retrieved. The missing lists/tables include:
AttachmentsFileVersionsGetValidTermsGroupsListsPermissionsRolesSubsitesUsersViews
I am aware that SharePoint utilizes a dedicated SQL Server database to store its data. Are the aforementioned lists/ tables stored there, and can these lists be accessed separately from the server?
Any guidance or suggestions would be greatly appreciated.
Thank you.
When working with SharePoint on-premises Server 2019, I am encountering issues with the SOAP service. Specifically, I am unable to fetch all internal lists using the “GetListCollection” method. Is there another endpoint to retrieve a comprehensive list of all lists? Please refer to the details below:Language: Java 17Permissions and Access Rights: Not a concern in this case.Response Status: 200 (No errors encountered).Despite receiving a successful response, several lists/tables are not being retrieved. The missing lists/tables include:AttachmentsFileVersionsGetValidTermsGroupsListsPermissionsRolesSubsitesUsersViewsI am aware that SharePoint utilizes a dedicated SQL Server database to store its data. Are the aforementioned lists/ tables stored there, and can these lists be accessed separately from the server?Any guidance or suggestions would be greatly appreciated.Thank you. Read More