When a RSS document is requested using a URL such as:
https://permid.org/atom/instrument?access-token=XXX
the links in the returned Atom document look as follows:
<link rel="next" href="https://api.thomsonreuters.com/permid/atom/instrument&offset=50≤ngth=50" /> <link rel="self" href="https://api.thomsonreuters.com/permid/atom/instrument&offset=0≤ngth=50" /> <link rel="first" href="https://api.thomsonreuters.com/permid/atom/instrument&offset=0≤ngth=40" /> <link rel="last" href="https://api.thomsonreuters.com/permid/atom/instrument&offset=100≤ngth=40" />
but instead of containing:
&offset=50
?offset=50
I found that the problem has been resolved. The returned response is:
<link rel="next" href="https://api.thomsonreuters.com/permid/atom/instrument?offset=50≤ngth=50" /> <link rel="self" href="https://api.thomsonreuters.com/permid/atom/instrument?offset=0≤ngth=50" /> <link rel="first" href="https://api.thomsonreuters.com/permid/atom/instrument?offset=0≤ngth=50" /> <link rel="last" href="https://api.thomsonreuters.com/permid/atom/instrument?offset=100≤ngth=30" />
Thanks for your help with this. Are there any updates on the other issues I have opened?
Regards,
David
Yes, you are correct. It should be ?offset=50 instead of &offset=50.
I will contact the support team to verify it.
The estimated plan for the fix of this issue is on next month (10 June).
Has this fix been rolled out yet?
Regards,
David
The links are still incorrect. I have contacted the support team to verify it.