Describe the bug
I am unable to query company objects using the -id parameter in get-autotaskapiresource
To Reproduce
Steps to reproduce the behavior:
Get-AutotaskAPIResource -id "$companyid" -Resource 'Companies' -verbose
Expected behavior
For the API to return an Autotask object with the company details. It works using simplesearch: Get-AutotaskAPIResource -simplesearch "id eq $companyid" -Resource 'Companies' -verbose
ScreenshotsDesktop (please complete the following information):
Describe the bug I am unable to query company objects using the -id parameter in get-autotaskapiresource To Reproduce Steps to reproduce the behavior: Get-AutotaskAPIResource -id "$companyid" -Resource 'Companies' -verbose
Expected behavior For the API to return an Autotask object with the company details. It works using simplesearch: Get-AutotaskAPIResource -simplesearch "id eq $companyid" -Resource 'Companies' -verbose
Screenshots Desktop (please complete the following information):