Sharepoint REST API
To Retrive the List _api/web/lists/getbytitle('Empolyees')/items Similar If need to Select the Documents then _api/web/lists/getbytitle('Docments')/items If need to select an item with ID: _api/web/lists/getbytitle('Empolyees')/items(3)
Read More