Yes, Microsoft Graph API ideally should support SharePoint List Views natively. Right now, developers often need to fall back to SharePoint REST API to create, retrieve, or manage list views, which adds complexity and fragmentation to the workflow.
Having native support in Graph would:
- Simplify development by providing a unified API surface for all SharePoint operations
- Reduce the need for hybrid solutions that mix Graph and REST calls
- Improve maintainability and consistency across enterprise applications
Until full support exists, relying on SharePoint REST for view-related operations remains the practical approach, but extending Graph to cover this would make the platform much more developer-friendly and aligned with its goal of being the single API layer for Microsoft 365.

Be the first to post a comment.