Valid 70-488 Dumps shared by ExamDiscuss.com for Helping Passing 70-488 Exam! ExamDiscuss.com now offer the newest 70-488 exam dumps, the ExamDiscuss.com 70-488 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-488 dumps with Test Engine here:
You need to retrieve data about all the lists in a site by using the REST (Representational State Transfer) API. Which code segment should you use?
Correct Answer: C
Explanation/Reference: Must use _api/web/lists: To retrieve all of the lists in a specific SharePoint site, you would make a GET request to http://<site url>/ _api/web/lists. Incorrect: Not B: The method must be GET (not POST). Reference: How to: Complete basic operations using SharePoint 2013 REST endpoints