TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Rest API working after saving page in SharePoint
Sagar Pardeshi
Apr 14, 2015
3.9
k
0
2
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
In this blog you will learn Rest API working after saving page in SharePoint.
Introduction
When you select page the URL Parameters for Site Pages, in that page you write REST API jquery and after adding in script editor if you save page API does not work after saving because of
Minimal Download Strategy Site Features Active
After adding in script editor Before saving Page
Proposed Solution
To validate if everything was working correctly, deactivate the MDS Feature and access to a SharePoint Page.
Feature go to site Settings -> Manage Site Features - > Find Minimal Download Strategy Feature - > Click on Deactivate.
After access the SharePoint page you will be able to see the URL change, it's not calling "_layouts/15/start.aspx#/" but the correct Page "/sitesPages//POCForDropDown.aspx" and the Ribbon Load correctly.
Rest API working after saving page in SharePoint
Next Recommended Reading
Display Dynamic Data On Web Part Page In SharePoint Online Using List And Rest API