Pregunta

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 ?

¿Fue útil?

Solución

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

graph.microsoft.com/beta/sites/root/pages
Licenciado bajo: CC-BY-SA con atribución
scroll top