Question

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 ?

Was it helpful?

Solution

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

graph.microsoft.com/beta/sites/root/pages
Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top