Hi,
I have read the documentation but still looking for answers.
I need to limit the result, by example for below POST request it takes 439680 ms to a size of 9.86 MB.
POST /RestApi/v1/Search/HistoricalCriteriaSearch HTTP/1.1
Host: select.datascopeapi.extranet.reuters.biz
Content-Type: application/json
Authorization: Basic OTAxODEwMDpMYWgzNjcwIWY4RDU=
cache-control: no-cache
Postman-Token: 0532c3cc-e48d-4244-a8bd-f033b4ced528
{
"Request": {
"RicPattern": "SEK",
"Range": {
"Start": "2018-11-20T00:00:00.000Z",
"End": "2018-11-21T00:00:00.000Z" } }}
Results as:
"Identifier": "#####T#SEKAB6SFM"
And a lot more noise.
I wish to specify additional parameters in the request such as: "Status" and "IdentifierType". Or similar in order to narrow the result to less noise.
Also I don't understand what "Start" in "Range" is expected to provide? My above request returns by example:
"FirstDate": "2011-06-10T00:00:00.000Z",
"LastDate": "2018-11-27T00:00:00.000Z",
Even if I specified 2018-11-20 to 2018-11-21?
Kind regards,
Johan