question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New command: get the specified list item

See original GitHub issue

Get 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:closed
  • Created 6 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mpowneycommented, May 28, 2018

FYI I asked @sebastienlevert if he’s cool with me taking this one - https://twitter.com/mpowney/status/1000634171209928705

1reaction
mpowneycommented, May 13, 2018

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found