When making a request to:
UserPackageDeliveryGetUserPackageDeliveriesByDateRange
with the arguments
(SubscriptionId='0x0400dc1d24a00cb4',FromDate=2018-02-02T12:00:00+00:00,ToDate=2018-02-04T12:00:00+00:00)
The next-link chain continues infinitely. When the response containing the last of the unique results comes, a nextlink is also returned which leads to a response with previously returned values. This in turn contains another nextlink to another such response. This continues without end.
Handling this locally complicates our interface to the TRTHv2 REST API. Is this behaviour expected, and, if not, will it be addressed?