getListItems
Retrieve all items from a specified SharePoint list by providing the site URL and list title. Facilitates data access and management in SharePoint Online using REST API integration.
Instructions
Get all items from a specific SharePoint list identified by site URL and list title
Input Schema
Name | Required | Description | Default |
---|---|---|---|
listTitle | Yes | Title of the SharePoint list to retrieve items from | |
url | Yes | URL of the SharePoint website |