Closed CitybookServicesLTD closed 7 months ago
I followed the documentation from ConnectWise, downloaded all available endpoints from: https://{server-url:port}/OpenAPIDocument.axd
, and I see that the endpoint for get session info is different from the endpoint in this module.
in this module it is:
'/Services/PageService.ashx/GetHostSessionInfo'
and it is POST
method
but in our server it is:
/App_Extensions/1b088c99-69bd-43e6-8176-14a3a9af0552/Service.ashx/host-session-info
and it is GET
method
My issue was resolved with the following solution
First of all, thank you @christaylorcodes for that amazing PS module!!
I have trouble with Get-CWCSession command, getting (500) Internal Server Error.
Here is the command:
Get-CWCSession -Type 'Access' -Limit 2
Other commands are working fine for me. so it's not a permission issue.
Here is the full error: