SharePoint Online Connector
Documentation
Version: 14
Documentation

Tables for SharePoint Online Connector


On this page you will see possible API actions you can perform with SharePoint Online connector. We will refer this as API Table or just Table.

Name Description Supported Operations
[Dynamic Table] No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT get_list_items
INSERT create_list_item
UPDATE update_list_item
UPSERT
DELETE delete_list_item
LOOKUP get_list_item
__DynamicRequest__ This is a generic table. Use this to support Bulk read / write. You can supply Dynamic URL Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT generic_request
INSERT generic_request_bulk_write
UPDATE generic_request_bulk_write
UPSERT
DELETE
LOOKUP
Drives No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT list_drives
INSERT
UPDATE
UPSERT
DELETE
LOOKUP
ListItems No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT get_list_items
INSERT create_list_item
UPDATE update_list_item
UPSERT
DELETE delete_list_item
LOOKUP get_list_item
Lists No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT list_lists
INSERT
UPDATE
UPSERT
DELETE
LOOKUP
Sites No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT list_sites
INSERT
UPDATE
UPSERT
DELETE
LOOKUP
SystemLists No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT list_system_lists
INSERT
UPDATE
UPSERT
DELETE
LOOKUP