管理プロパティ : 'ViewsLifeTime' がアクセス数っぽい
#Schema
※ 以下は環境に合わせる
{Web-Url} : Url of SharePoint site
{Target-Url} : Url of Scope (Tenant or SiteCollection or Web or List/Library)
{Result-count} : Count of result limit
※ (IsDocument:True OR contentclass:STS_ListItem) を入れてるとリストアイテムとドキュメントに限定される。抜いたら全部のページが対象
※ その他にも色々指定可能
SharePoint 検索 REST API の概要
#example(All Tenant scope)
https://art365.sharepoint.com/sites/SpecialDevDept/_api/search/query?querytext='path:https://art365.sharepoint.com (IsDocument:True OR contentclass:STS_ListItem)'&sortlist='ViewsLifeTime:descending'&selectproperties='Title,Path,ViewsLifeTime'&RowLimit=20&trimduplicates=false