You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
Current API code uses the PowerShell method
ConvertFrom-JSONin therequestmethodThis leads to encoding corruption in the response gotten from the API :
By adding a
.Contentbefore calling the methodConvertFrom-JSONthe encoding corruption in the response is no longer present:From: https://stackoverflow.com/questions/53033242/powershell-convertfrom-json-encoding-special-characters-issue
The same response mentions that the use of
Invoke-RestMethodinstead ofInvoke-WebRequestmay also fix the problem.Consider fixing this everywhere it is necessary, also checking the behaviour for paginated requests
At least the following use cases should be verified: