I need to access the feature details of web and site which is not activated using the REST api or by using CSOM.Is there any way to do that?
(Visited 54 times, 1 visits today)
Here is documentation on the available REST feature endpoint
https://msdn.microsoft.com/en-us/library/office/jj246446.aspx
Use this to get the activated features
http://<sitecollection>/<site>/_api/web/features
(Visited 1 times, 1 visits today)