1

I can use this .../_api/Web/lists/getByTitle('abc')/items to get the SharePoint list items.

Also, I have created the some pages in SharePoint 2013 Site page.

How can I get the Site page content using an ASP.net MVC web application?

1 Answer 1

2

The following REST request demonstrates how to return pages from Site Pages library:

/_api/Web/Lists/getByTitle('Site Pages')/items

Since content pages in Site Pages library are wiki pages, the following REST request demonstrates how to retrieve page content:

/_api/Web/Lists/getByTitle('Site Pages')/items?$select=WikiField

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.