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

New command: spo navigation node get #4414

Closed
milanholemans opened this issue Jan 27, 2023 · 4 comments
Closed

New command: spo navigation node get #4414

milanholemans opened this issue Jan 27, 2023 · 4 comments

Comments

@milanholemans
Copy link
Contributor

milanholemans commented Jan 27, 2023

Usage

m365 spo navigation node get [options]

Description

Gets information about a specific navigation node

Options

Option Description
-u, --webUrl <webUrl> Absolute URL of the site.
--id <id> Id of the navigation node.

Examples

Retrieve information for a specific navigation node.

m365 spo navigation node get --id 2209

Default properties

No response

Additional Info

API request:

GET https://contoso.sharepoint.com/sites/demo/_api/web/navigation/GetNodeById(<node ID>)
@milanholemans milanholemans added new feature needs peer review Needs second pair of eyes to review the spec or PR labels Jan 27, 2023
@Adam-it
Copy link
Contributor

Adam-it commented Jan 27, 2023

looks good. 👍
just one small mistake in the usage. I think it should be get instead of list 🤔

@milanholemans
Copy link
Contributor Author

Fixed it, thx!

@milanholemans milanholemans added help wanted and removed needs peer review Needs second pair of eyes to review the spec or PR labels Jan 27, 2023
@nanddeepn
Copy link
Contributor

Can I work on this?

@Adam-it
Copy link
Contributor

Adam-it commented Jan 28, 2023

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