Range Header Must Use Appropriate Property or Method
问题 I've searched high and low and asked on the product forums, but cannot seem to figure this out. Using PowerShell 5 I'm attempting to limit my results by using a range header in the way the API documentation indicates. However, I receive the following error when I try to use it. "The 'RANGE' header must be modified using the appropriate property or method. Parameter name: name" I've tried: $headers = @{ SEC= $apiKey range="items=0-49" } $result = Invoke-RestMethod -Method get -Uri $global:URI