Get information about the specified list
- command:
spo list get -u|--webUrl <webUrl> -i|--id [id] -t|--title [title]
- webUrl: URL of the site where the list to retrieve is located
- id: List id
- title: List title
- specify either id or title but not both
Retrieve list using GET <webUrl>/_api/web/lists(guid'<id>') or GET <webUrl>/_api/web/lists/GetByTitle('<title>'). Ensure you have access token for the specified web.
Get information about the specified list
spo list get -u|--webUrl <webUrl> -i|--id [id] -t|--title [title]Retrieve list using
GET <webUrl>/_api/web/lists(guid'<id>')orGET <webUrl>/_api/web/lists/GetByTitle('<title>'). Ensure you have access token for the specified web.