List lists in the specified subsite.
- command:
spo list list -u|--webUrl <webUrl>
- webUrl: URL of the subsite for which to retrieve the list of lists
Retrieve lists using GET <webUrl>/_api/web/lists?$select=Title,Id,Url
For each list display Id, Title and URL. Take into account possible limitation of how many lists can be retrieved in a single request and ensure you get all of them. Ensure you have access token for the web specified in the webUrl option.
List lists in the specified subsite.
spo list list -u|--webUrl <webUrl>Retrieve lists using
GET <webUrl>/_api/web/lists?$select=Title,Id,UrlFor each list display Id, Title and URL. Take into account possible limitation of how many lists can be retrieved in a single request and ensure you get all of them. Ensure you have access token for the web specified in the
webUrloption.