문제

I'm trying to enumerate pages of a communication site through Graph call.

However, I don't see the page library in the results of this query :

https://graph.microsoft.com/v1.0/sites/{siteid}/lists/

Is it possible, or should I fall back to REST query ?

도움이 되었습니까?

해결책

It's possible, though it's currently a beta feature. Docs are here. An example is:

graph.microsoft.com/beta/sites/root/pages
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top