Forum Discussion
Not Able to find the List of Sites under a Hub Site
- Feb 25, 2019
Hi Asesh Kumar Maity ,
there is the rest api
GET /_api/web/HubSiteDatahttps://docs.microsoft.com/en-us/sharepoint/dev/features/hub-site/rest-hubsitedata-method but is currently in preview, actually it's not supported for use in production environments.
Cheers,
Federico
Hi Asesh Kumar Maity ,
there is the rest api
GET /_api/web/HubSiteData
https://docs.microsoft.com/en-us/sharepoint/dev/features/hub-site/rest-hubsitedata-method but is currently in preview, actually it's not supported for use in production environments.
Cheers,
Federico
- Asesh Kumar MaityFeb 25, 2019Brass ContributorWhat it means it is not supported in Production environment? I am not clear of it
I need to get the list of Hubsites n application customizer, how i can achieve it?- Feb 25, 2019
Hi Asesh Kumar Maity ,
simply this api is in beta version , you can use it but it could change the response, metadata, attributes or even may not be supported in the future.
However, it is usually approved at the end of the "preview" phase.
My advice is to try it, in order to understand if it is in line with what you need.
If you plan to use "one-shot", you could use it.
If you plan to use it on an ongoing basis, please note that it may change and therefore the integrated functionality may break, and and you should have to make changes.
Cheers,
Federico