X-Client-Session-Id: 645b1204-0508-11e9-be97-525400a87d41_951
I made a PriceHistory request, for 15 rics, and posted to
https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/ExtractRaw
it responded with a 200 and I extracted the JobId: 0x0683f57ef6004360
I then made a request for that job id:
But I received a response of http 200, but an empty response body.
I find if I make the request manually now, then I get a body like
{"@odata.context":"https://hosted.datascopeapi.reuters.com/RestApi/v1/$metadata#RawExtractionResults/$entity","JobId":"0x0683f57ef6004360"}
but that's no good if my system has already received a null response as if there was something wrong with the request.
Is this expected behaviour? I don't recall seeing it described as a danger in the documentation.