UiPath Documentation
activities
latest
false

Productivity activities

Last updated May 12, 2026

SharePoint List coded automation APIs

Office 365 Sharepoint service.

Namespace: UiPath.MicrosoftOffice365.Activities.Api

Assembly: UiPath.MicrosoftOffice365.Activities.Api (in UiPath.MicrosoftOffice365.Activities.Api.dll)

Constructors

ConstructorDescriptionSyntax
ISharepointServiceInitializes a new instance of the ISharepointService classpublic interface ISharepointService

Methods

NameDescription
AddItemAdd a new item to a specified SharePoint List.
BulkAddItemsAdds multiple list items in bulk from a DataTable.
CreateItemCreates an empty DataRow based on the SharePoint list schema. Can be later used with an AddItem(ISharepointList, DataRow) operation.
DeleteItemsDeletes SharePoint List Items from the specified list.
DeleteItems(OData)Deletes list items using an OData query filter string.
DeleteItemsByIdsDeletes specific list items by their IDs.
GetItemRetrieves a single list item by its ID.
GetItemsRetrieves SharePoint List Items from the specified list.
GetItems(OData)Retrieves list items using an OData query filter string.
GetItemsByIdsRetrieves specific list items by their IDs.
GetListRetrieves information about the specified SharePoint List. Supports an includeColumnDefinitions parameter to control whether list column info is retrieved.
GetListsRetrieves all SharePoint lists from a specified site.
UpdateItemUpdate a SharePoint list item.
  • Constructors
  • Methods

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated