The spo listitem list has some useful features that are not available on spo list list
As a user, I want to:
- be able to select specific properties of the returned lists.
- be able to use filters to get a smaller list of lists.
We need the following options to make this work:
| Option |
Description |
-p, --properties [properties] |
Comma-separated list of properties to retrieve. Will retrieve all properties if not specified and json output is requested. |
-f, --filter [filter] |
OData filter to use to query the lists with. |
Additional Information
When the --properties option includes values with a /, for example: RootFolder/ServerRelativeUrl, an additional $expand query parameter should be included on RootFolder.
The spo listitem list has some useful features that are not available on spo list list
As a user, I want to:
We need the following options to make this work:
-p, --properties [properties]-f, --filter [filter]Additional Information
When the
--propertiesoption includes values with a/, for example:RootFolder/ServerRelativeUrl, an additional$expandquery parameter should be included onRootFolder.