Using the TRTH API I see the below - and do not get any data for one of these RICs.
dssConn.validateHistoricRIC(updateService, req, "1ADH5");
3 * Client out-bound request
3 > POST https://hosted.datascopeapi.reuters.com/RestApi/v1/Search/HistoricalSearch
3 > Prefer: respond-async
3 > Content-Type: application/json
3 > Authorization: <token>
{"Request":{"Identifier":"1ADH5","IdentifierType":"Ric","Range":{"Start":"1996-01-01T00:00:00.000","End":"2016-01-04T08:59:59.999"}}}
3 * Client in-bound response
3 < 200
3 < X-App-Id: Custom.RestApi
3 < Server: Microsoft-IIS/7.5
3 < Cache-Control: no-cache
3 < X-Request-Execution-Correlation-Id: 17238c1f-6738-4fc1-9f15-1cb020b45074
3 < Set-Cookie: DSSAPI-COOKIE=R2485808843; path=/
3 < Expires: -1
3 < Pragma: no-cache
3 < Content-Length: 483
3 < X-App-Version: 11.3.575.64
3 < Date: Fri, 09 Mar 2018 17:27:07 GMT
3 < Content-Type: application/json; charset=utf-8
3 <
{"@odata.context":"https://hosted.datascopeapi.reuters.com/RestApi/v1/$metadata#Collection(ThomsonReuters.Dss.Api.Search.HistoricalSearchResult)","value":[{"Identifier":"1ADH5","IdentifierType":"Ric","Source":"","Key":"VjF8MHgzMDAwMDAwMDAwMDAwMDAwfDB4MzAwMDAwMDAwMDAwMDAwMHx8fHx8fHwxQURINXw","Description":"Historical Instrument","InstrumentType":"Unknown","Status":"Valid","DomainCode":"6","FirstDate":"2015-01-24T00:00:00.000Z","LastDate":"2015-03-21T00:00:00.000Z","History":[]}]}
2018-03-09 17:27:18 [main] INFO com.fd.daas.trthClient.DssMessaging - ThreadID: 1 - validateHistoricRIC| ClientResponse: { requestID: Validating | Status: 200 |StatusInfo: OK}
2018-03-09 17:27:20 [main] INFO com.fd.daas.trthClient.DssMessaging - {"@odata.context":"https://hosted.datascopeapi.reuters.com/RestApi/v1/$metadata#Collection(ThomsonReuters.Dss.Api.Search.HistoricalSearchResult)","value":[{"Status":"Valid","LastDate":"2015-03-21T00:00:00.000Z","Identifier":"1ADH5","Description":"Historical Instrument","DomainCode":"6","FirstDate":"2015-01-24T00:00:00.000Z","InstrumentType":"Unknown","History":[],"IdentifierType":"Ric","Source":"","Key":"VjF8MHgzMDAwMDAwMDAwMDAwMDAwfDB4MzAwMDAwMDAwMDAwMDAwMHx8fHx8fHwxQURINXw"}]}
InstrumentType":"Unknown",
Through the GUI, I’ve managed to create a report using that historical search, but we need to be able to do these retrievals through the API as well. Is there some functionality we’re not using correctly?