New command: get the specified list item
See original GitHub issueGet the specified list item
- command:
spo listitem get -w|--webUrl <webUrl> -l|--listId [listId] --listTitle [listTitle] -i|--id <id> -f|--field [fields] - webUrl: The URL of the site where the list from which to retrieve items is located
- listId: The ID of the list from which to retrieve items
- listTitle: The title of the list from which to retrieve items
- id: The ID of the item to retrieve
- fields: Comma-separated list of fields to retrieve. Will retrieve all fields if not specified
- either listId or listTitle must be specified to retrieve the list, but not both
- if fields are not specified and the output is set to text (default), show only the value of Title and Id fields
- requires connection to a SharePoint site
For more information see the Get-PnPListItem cmdlet
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Working with lists and list items with REST | Microsoft Learn
Property Description Type
GroupString Group identifier used for drill‑down feature. string
Field Specifies a special field that should be included. string
FilterData Data specified by a...
Read more >listitem add - CLI for Microsoft 365
Specify either listTitle , listId or listUrl; -c, --contentType [contentType]: The name or the ID of the content type to associate with the...
Read more >How to Add New List Item in SharePoint using PowerShell?
The syntax to add a new list item in SharePoint using PowerShell goes like this: #Get Web and List Objects $Web = Get-SPWeb ......
Read more >SET LIST ITEM
The SET LIST ITEM command modifies the item designated by the itemRef parameter within the list whose reference number or object name is...
Read more >List (Java Platform SE 8 ) - Oracle Help Center
Inserts all of the elements in the specified collection into this list at the specified position (optional operation). Shifts the element currently at...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

FYI I asked @sebastienlevert if he’s cool with me taking this one - https://twitter.com/mpowney/status/1000634171209928705
Hey there @sebastienlevert - I’ve been doing some work on the other listitem cmds, would you mind if I take a look at implementing this cmd as well?