ConnectWiseManageAPI icon indicating copy to clipboard operation
ConnectWiseManageAPI copied to clipboard

PowerShell wrapper for the ConnectWise Manage REST API

Results 15 ConnectWiseManageAPI issues
Sort by recently updated
recently updated
newest added

Hi Chris I’m wanting to write an integration for HUDU documentation where by I display all ticket history related to a CW manage configuration, this will be shown in html...

Is there a nifty way to add a 'leave me alone' lunch break hour to https://github.com/christaylorcodes/ConnectWiseManageAPI/blob/master/Examples/TimeSucks.ps1?

Added the following: `Get-Warehouse` - Gets warehouses `Get-WarehouseBin` - Gets warehouse bins `Get-Inventory` - Gets inventory in a warehouse bin `Get-PurchaseOrder` - Gets purchase orders `Get-PurchaseOrderLineItem` - Gets products listed...

It would be good to have access to the Inventory, Stock on Hand, which requires access to Warehouses and Warehouse bins. Examples: `Get-Warehouse` _Will list all of your warehouses, standard...

It would be great to have access to the Knowledgebase entries from the API too. Thanks!