
Announcements
Hi Team,
We have a SharePoint Site Collection, which is having more than 500 Subsites.
Using PowerAutomate REST API we would like to get all the subsites.
Is there any limitations to getting SharePoint SubSite data using REST API ?
Your response would be appreciate
Thanks,
Murali
Hi @Anonymous :
There are no restrictions mentioned in the relevant documents. If you actually encounter this problem, maybe you could try:
https://graph.microsoft.com/v1.0/sites/{site-id}/sites?$top=999
Best Regards,
Bof