LabtechConsulting / ConnectWise-Manage-Powershell

This is a PowerShell wrapper for the ConnectWise Manage REST API.
http://labtechconsulting.com
34 stars 19 forks source link

Get-CWMCompany Type ID #4

Open jgshier opened 5 years ago

jgshier commented 5 years ago

When trying to run Get-CWMCompany -Condition 'typeids="1"' it fails at, Invoke-CWMWebRequest : An error has been thrown. at Invoke-CWMWebRequest, : line 745 at Invoke-CWMGetMaster, : line 412 at Get-CWMCompany, : line 866 at , : line 21 --> ApiFindCondition --> typeids is not a recognized name. At line:412 char:19

Postman does work https://api-na.myconnectwise.net/v4_6_release/apis/3.0/company/companies?conditions=typeids="1"