Using "Sort" query on QueryPropertyHistory
I'm attempting to use the "sort" query with QueryPropertyHistory but it is returning:
Error Executing Service
Unable to Invoke Service QueryPropertyHistory on dataHubThing : null
My query is:
{"sorts": [ { "fieldName": "flowRate" } ] }
If I use a "filter" it works just fine. As soon as I try a sort, it returns the above message.

