Hi
I am using the http make a request to get invoices from my system. ConnectWise Manage.
This involve have products but it is empty. See the screenshot.
If I run the same thing in powershell I have to expand and select.
Make get all value from collections but can’t get this array value.
How can I get this value from the array?
Can you share me how your HTTp request looks like?
Hi, thanks for reply.
This is a simple one.
This give me all info in PS Invoke-RestMethod -Method Get -Uri $SpecificInvoiceInfoRequestURI -Headers $Header | Select-Object -ExpandProperty products | Select-Object -Property id, catalogItem, quantity, description, billableOption