I want to retrive the Author of Folder using Rest api in SharePoint 2013,I can retrive the name of author of an item inside the folder using /_api/web/getfilebyserverrelativeurl('/<folder name>')/author">http://<site url>/_api/web/getfilebyserverrelativeurl('/<folder name>')/author wont fetch any result,I have find properties for folde<a href="http:///_api/web/getfilebyserverrelativeurl('/<folder name>')/properties">http://<site url>/_api/web/getfilebyserverrelativeurl('/<folder name>')/properties but no property exits for retriving author name ,Please suggest how do i fetch Folder author name?
↧