Read items in a list
documentedRetrieve items from the specified list.
GET {site_url}/_api/web/lists/getbytitle('{list_name}')/itemsListsno implementation yet0 runsInput
site_url*
SharePoint Site URL (domain and path, e.g. contoso.sharepoint.com/sites/Team)
contoso.sharepoint.com/sites/Team
list_name*
List name
Documents
query
OData filter or query (URL-encoded as needed)
Title eq 'Test'
limit
Top value for paging
50
page
Paging token or skip token
1
Calls Microsoft SharePoint as you (your API key is your account); keychains.dev holds the credentials.