Skip to main content

Get Item

Returns the metadata for an item in a list.

  • Least privileged Microsoft Graph permission to access the action via application: Sites.Read.All.
  • Higher privileged Microsoft Graph permissions to access the action via application: Sites.ReadWrite.All, Sites.Manage.All.
External Documentation

To learn more, visit the SharePoint documentation.

Parameters

ParameterDescription
Item IDThe ID of the item in a list. Can be obtained via the List Items action.
List IDThe ID of the list. Can be obtained via the Get Lists action.
Site IDThe ID of the site. Can be obtained via the List Sites action.

Example Output

{
"id": "5",
"fields": {
"Name": "Widget",
"Color": "Blue",
"Quantity": 2357
}
}

Workflow Library Example

Get Item with Sharepoint and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop