Back to Microsoft SharePoint Integrations
Handler · Version 1

SharePoint List Items Retrieve Microsoft SharePoint

Download GitHub

About

This handler returns a list of items for a given Sharepoint list using the REST API and basic authentication. All the items from the specified list are returned in a JSON array with each item being a JSON object with the key/values corresponding to the column labels and values. Any errors that happen during the call are caught and re-raised and the handler return the JSON array upon a successful call.

  • Make sure the SharePoint Web Services database is turned on.
Configurations
Name Description Sample
username The username of the Sharepoint account.
password The password of the Sharepoint account. *********
domain The domain of the Sharepoint server that will be used for authentication.
sharepoint_location The location/url of the main sharepoint site
enable_debug_logging Enable debug logging if the value is set to 'Yes'. No
Parameters
Name Description Sample
List Name The name of the list that the items will be retrieved from. Sample List
Results
Name Description
Items An array containing JSON representations of the items contained on the list.
Changelog

Sharepoint List Items Retrieve V1 (2017-12-21)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top