SharePoint API Platform unveils fresh updates for everyone
You will notice cool changes in the new SharePoint API Platform update. Now, you can use Graph API for Pages. You can also work with Copilot AI. You can try out SPFx v1.20 too. Developers can make batch requests easier with SPHttpClientBatch API. They also get better error handling with ACE action error handler. You will see better security, faster speed, and new layouts.
Here are some new features you can try:
Key Takeaways
The new Graph API for Pages lets you make, change, and manage SharePoint pages easily. This saves you time and keeps your content neat.
Copilot AI helps you edit documents, build sites, and translate. It makes your work faster and easier.
SPFx v1.20 brings new chart types and better error handling. These give developers more tools to build and manage apps.
Watch out for features that will be removed soon, like the SharePoint Add-In model. This helps your solutions keep working.
Use the new SharePoint features and tools to work better with others, make tasks simpler, and give users a better experience.
SharePoint API Platform Updates
Graph API for Pages
Now you can use Graph API for SharePoint Pages and News posts. This new tool helps you manage your content in smarter ways. You can make, change, publish, and unpublish pages with just a few commands. You can also sort your pages using metadata and templates. This keeps your sites looking the same and helps you find things faster.
Here is a table that shows what you can do with Graph API for Pages:
You can use these tools to keep your SharePoint sites neat and easy to manage. The SharePoint API Platform helps you automate jobs and keep your content up to date.
Copilot AI Features
Copilot AI brings smart helpers to SharePoint. You can get help editing documents, making new sites, and translating content into other languages. Copilot can also do your daily jobs, so you spend less time on simple work.
Here are some main Copilot AI features and how they help you:
Tip: Copilot can help you make new SharePoint sites fast. Just type what you want, and Copilot will build the site for you.
Many people say Copilot makes it easier to make and change pages. Teams can work together at the same time and get quick feedback. Copilot also helps you focus on important work by doing simple jobs for you.
You can use Copilot for things like:
Employee onboarding and training
Project management
Content discovery and organization
Workflow automation
Help desk and support
Multilingual teamwork
Data analysis
The SharePoint API Platform now gives you these AI tools to help you work better and keep your content organized.
SPFx v1.20
The SharePoint Framework (SPFx) v1.20 has new features for developers and users. You can now use new chart types, like bar, pie, and donut charts, to show your data in more ways. You can also add any HTML content to Adaptive Card Extension (ACE) quick views, giving you more design choices.
Here is a table of the top changes in SPFx v1.20:
You will see faster speed and better error messages. Developers can now batch requests and fix errors more easily. These updates help you build better solutions and keep your SharePoint sites working well.
The SharePoint API Platform keeps adding features that make your work easier, faster, and more reliable.
Upcoming Changes
Feature Retirements
There will be some big changes in the SharePoint API Platform. Microsoft will remove old features to add new ones. The SharePoint Add-In model will not work for new tenants after November 1, 2024. You cannot use it at all after April 2, 2026. SharePoint Spaces will be off by default starting March 10, 2025. You will not be able to turn it on after May 15, 2025. It will stop working completely after August 11, 2025.
Here is a table that shows when these features will go away:
You will also see changes in how you get SharePoint Add-Ins. Microsoft stopped letting people add new Add-Ins to the public marketplace on March 1, 2024. You cannot get Add-Ins from the marketplace after July 1, 2024. You can still get Add-Ins from the tenant app catalog until April 2, 2026.
Note: You should check your current solutions and plan to stop using retired features. This will help you keep your services running without problems.
Roadmap Highlights
You will get lots of new features in the SharePoint API Platform. Microsoft will add co-authoring for SharePoint Pages and News. Document library version history will get better. Microsoft Lists forms will look new. You will be able to open non-Office files in desktop apps with OneDrive and SharePoint. Centralized branding management will help your sites look the same. Resource-specific consent and easier application site creation are coming soon.
Here is a table with new features and when they will come out:
You can get ready for these changes by following some good steps. You should know about throttling limits to keep your apps working well. You can organize your data to make things easier. You should check SharePoint API errors by looking at error details. You can make release plans with clear goals and dates. You should use change management to handle updates. You can track changes with version control systems.
Know throttling limits to keep your apps working.
Organize data for better integration.
Check SharePoint API errors by looking at error details.
Make release plans with clear goals and dates.
Use change management to handle updates.
Track changes with version control systems.
Tip: You can start planning now. Look at your current solutions and write down the features you use. This will help you switch to new tools and avoid trouble when old features go away.
User Impact
Developer Benefits
You will see big changes if you build with the SharePoint API Platform. You can get resources fast. You do not need to worry about servers. Microsoft handles the setup for you. You can spend more time making apps. Updates come often and bring new features. Security gets better with each update.
You can use smart tools to work with large documents. You can also connect with other apps. The platform is flexible. It grows with your company’s needs. New API access and permissions help you work faster. Microsoft gives pre-approved permissions. This makes things safer. Admins know what permissions you need. You do not have to wait long.
Many developers like the new HTML editor in the Employee directory app. It helps them change layouts and fields. The steps are easy to follow. You get more control. You can make better results.
Tip: You can use SharePoint agents to automate jobs. These agents help you find content. They manage reminders. They make dashboards for quick choices.
Developer Opportunities:
Work together and talk more easily
Use outside tools to save money
Automate jobs to get more done
IT and Business Use
You will notice faster work and better teamwork with new updates. SharePoint Online lets you get resources quickly. You do not need to manage servers. You save time and money.
IT teams use automation for documents, HR, and projects. You can set up triggers for events. For example, upload a file or send a vacation request. The system sends approvals or updates dashboards by itself.
You can link SharePoint with Outlook and Teams. This helps you share files and chat with your team. You break down walls between information. Business tasks get easier. Better access means users learn quickly and stay interested.
Note: You should check numbers like user sign-ins, page visits, and teamwork rates. These numbers show how well your team uses the platform. They help you plan for future changes.
Business Advantages:
Make talking and sharing data easier
Help users stay interested and happy
Watch performance to keep things running well
Getting Started
Accessing APIs
You can use SharePoint APIs by setting up your app in the Azure portal. First, open the Azure portal and look for Microsoft Entra ID. Next, pick App registrations from the menu. Then, click New registration and type a name for your app. Click Register to finish making your app.
After you register, you must set permissions for your app.
Turn on Sites.FullControl.All permission for the Microsoft SharePoint application.
Some permissions need an admin to approve them.
You have to pick the right authentication type for your app.
Register your app in the Azure portal.
Pick your authentication type:
Password Auth Type: Needs Client ID, Username, and Password.
OAuth Auth Type: Needs Client ID and Token.
Client Credential Auth Type: Needs Client ID, Tenant, and Client Secret.
Turn on API access based on your authentication type. For OAuth, add redirect URIs. For client credentials, make a client secret.
Tip: Use AadHttpClient to make signing in easier and handle OAuth tokens.
Many people have trouble with permissions and signing in. You might see problems with broken inheritance or group membership. Always check your roles and permissions before you begin. If you work with big lists, use folders to keep under the 5000-item limit. This helps your app work well.
Documentation & Support
You can find helpful guides and support online.
The Microsoft SharePoint Connector 3.7 gives details for MuleSoft integration.
The SharePoint documentation covers moving data, hybrid solutions, and fixing problems for IT pros and admins.
If you have problems, check these resources first. You will find step-by-step guides, best ways to do things, and answers to common questions. You can also join forums to share tips and learn from others.
Note: Always use official guides to stay up to date with new features and changes.
You can find lots of new things in SharePoint API Platform. There is a new SharePoint Start Page. It helps you find sites quickly. Microsoft Lists forms have more choices now. Document libraries are faster and easier to use. You can use SPFx with Copilot. You can also work with Teams packaging. Browsing is safer with new tools. If you want to learn more, join forums and webinars. You can share your ideas with others. You can get help and feedback from other users.
The new Start Page helps you find sites fast.
Microsoft Lists forms give you more choices.
Document libraries are quicker and easier to use.
Forums and webinars help you learn new things.
Try using SPFx with Copilot together.
Match your apps with Teams packaging.
Use new tools to browse safely.
Tip: Join the community often to earn rewards and get help.
FAQ
What is the SharePoint Graph API for Pages?
You can use SharePoint Graph API for Pages to make and change pages. You can also publish and manage them. This tool helps you do content jobs faster. It keeps your sites neat and easy to use.
How do you start using Copilot AI in SharePoint?
You turn on Copilot AI by using the setup steps in your SharePoint admin center. Copilot helps you write and organize content. It can also translate and do simple jobs for you.
When will SharePoint Add-Ins stop working?
SharePoint Add-Ins will not work for new tenants after November 1, 2024. All support ends on April 2, 2026. You should move your solutions before these dates.
What is new in SPFx v1.20?
SPFx v1.20 gives you new chart types and better error messages. You get more ways to design Adaptive Card Extensions. These updates help you build apps faster and easier.
Where can you find help and documentation?
You can go to the Microsoft SharePoint documentation for guides and tips. Community forums and webinars also help you learn and get support.