Skip to main content

Sp.Sites.Lists.Items.getOneItem

GET 

/clients/:clientId/sp/sites/:siteId/lists/:listId/items/:itemId

This function retrieves a single item from a SharePoint list using the provided list ID and item ID.

Request

Responses

The getOneItem function is returning a Promise that resolves to a SharePoint ListItem object. The function retrieves a specific item from a SharePoint list using the provided openSpClient, listId, and itemId parameters.