Request Pagination issue with Standard Extractions venue files list

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?

Welcome!

It looks like you're new here. Sign in or register to get started.

Best Answer

Answers

  • By the way, this happens for datetime ranges exactly 7 and 14 days later, also. It did not occur 7 days earlier, nor any other multiple of 7 days earlier.

  • @acampbell,

    This is not expected behavior. If there are no more rows of result , the nextlink will not be returned.

    Could you please provide sample of datetime ranges and reproduction steps which can be used for the issue's replication?

    Also, can you log the "Request-Execution-Correlation-Id" on the response header of the last result's message? The "Request-Execution-Correlation-Id" is useful for further investigation on the server side. For more information about how to retrieve the header, please see this Diagnostics page.

  • https://community.developers.refinitiv.com/discussion/comment/24304#Comment_24304

    @acampbell, can you provide more information as suggested by @veerapath.rungruengrayubkul?

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.