Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Add properties, filters to 'spo list list' #4802

Closed
martinlingstuyl opened this issue Apr 26, 2023 · 2 comments
Closed

Enhancement: Add properties, filters to 'spo list list' #4802

martinlingstuyl opened this issue Apr 26, 2023 · 2 comments
Assignees
Milestone

Comments

@martinlingstuyl
Copy link
Contributor

martinlingstuyl commented Apr 26, 2023

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.

@nicodecleyre
Copy link
Contributor

Can i work on this one?

@milanholemans
Copy link
Contributor

Sure, all yours!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants