문제

SharePoint 2013

I'm able to view all site collection active features via the following endpoint _api/site/features.

I'm unable to match any of the guids to feature titles; the endpoint doesn't seem to have pass along display names (I've tried including ?$select=DisplayName).

Is there any way to identify all or individual feature names? My intent is to build a REST call to activate 2 specific features on a site.

도움이 되었습니까?

해결책

I was able to match up the features by identifying the div ID in the Site features page _layouts/15/ManageFeatures.aspx?Scope=Site.

Only active features show up in _api/site/features. Any extras might be dependencies which won't necessarily be named on the features page.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top