త్వరిత మరియు సింపుల్: SharePoint REST కాల్ మాత్రమే రిటర్న్స్ 100 రికార్డ్స్

I’ve been working on a public facing web site for my SharePoint practice here in New York and it uses a lot of JavaScript and REST calls to show content.

During mainline development, I create a small dataset with just 10 or so rows in a custom list and my REST calls all pulled from there.  Once I bumped up the list to have a few hundred rows of data to test for anticipated growth, I found that I was getting exactly 100 rows returned back on my REST calls.

This is a very simple thing to address.  నా విషయంలో (and I believe in most cases), the default REST calls to SharePoint (and possibly as an industry standard?) తిరిగి 100 rows.  To return more than the default, use the $top parameter on your call, లో:

GET /Insights Dev/_api/web/lists/GetByTitle(‘MockBlog’)/అంశాలు?$select=ID,శీర్షిక,Categories/Title,Blog_x0020_Author/Title,DatePublished,BlogSummary&$expand=Blog_x0020_Author,Categories&$filter=&$top=9999

I picked 9999 in this case since I know that growth-wise, there won’t be more than 200 or so rows added to this list in a year.  If it becomes ungainly, we can implement some paging down the road.

</చివర>

undefinedనా బ్లాగ్ సబ్స్క్రయిబ్.

వద్ద ట్విట్టర్ లో నన్ను అనుసరించండి http://www.twitter.com/pagalvin

2 "న ఆలోచనలుత్వరిత మరియు సింపుల్: SharePoint REST కాల్ మాత్రమే రిటర్న్స్ 100 రికార్డ్స్

ఒక Reply వదిలి

మీ ఇమెయిల్ చిరునామా ప్రచురితమైన కాదు. లు గుర్తించబడతాయి *