question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New command: get information about the specified list

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
rfjschoutencommented, Jan 10, 2018

@waldekmastykarz Yes, off course! I will take a look in the issue list and let you know…

1reaction
rfjschoutencommented, Jan 9, 2018

@waldekmastykarz Thanks for your review. I have changed the code with your suggestions. My API call had an accept header with verbose in it, which caused a response which was put in a ‘d’ variable. In my browser I did the same call but with accept nometadata. This was causing a difference in the input/output in the test. I have changed this and have 100% code coverage and test results. I will do a PR of my code.

Read more comments on GitHub >

github_iconTop Results From Across the Web

New command: get information about the specified list #199
Retrieve list using GET <webUrl>/_api/web/lists(guid'<id>') or GET <webUrl>/_api/web/lists/GetByTitle('<title>') . Ensure you have access token ...
Read more >
Get-Command - Module: Microsoft.PowerShell.Core
Specifies an array of arguments. This cmdlet gets information about a cmdlet or function when it is used with the specified parameters ("arguments")....
Read more >
Displaying contents of a directory (ls command) - IBM
Use the ls command to display the contents of a directory. The ls command writes to standard output the contents of each specified...
Read more >
list-commands — AWS CLI 1.27.37 Command Reference
User-specified information about the command, such as a brief description of what the command should do. ExpiresAfter -> (timestamp). If a command expires,...
Read more >
An A-Z Index of Windows PowerShell commands - SS64
Get -Command gcm Retrieve basic information about a command. Invoke-Command icm Run command. Show-Command shcm Create PowerShell commands in a graphical command ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found