To reproduce
1. Perform a GET on https://api.thomsonreuters.com/permid/atom/instrument then
2 Perform another GET on the last href link https://api.thomsonreuters.com/permid/atom/instrument?offset=200&length=11
Expected response: data
Actual response: internal server error with header "error: java.lang.IllegalArgumentException: fromIndex(200) > toIndex(108)"
Please can a fix be provided for this issue.
Hello @mickfold,
The product is working on the fix, we will keep you informed when it is deployed.
Hello @mickfold,
For now, to obtain the last page, try
https://permid.org/atom/instrument?offset=200&length=50
Or skip length parameter
https://permid.org/atom/instrument?offset=200
In addition, I will bring this to the attention of the relevant group for investigation.