I want to get the constituents for a specific chains RIC like below:
But how could I set the date range to get all constituents RIC?
POST https://hosted.datascopeapi.reuters.com/RestApi/v1/Search/HistoricalChainResolution
Authorization: Token <your_auth_token_goes_here>
Content-Type: application/json
Accept-Charset: UTF-8
Prefer: respond-async
{
"Request": {
"ChainRics": [
"0#AEX*.E:"
],
"Range": {
"Start": "2017-11-16T00:00:00.000Z",
"End": "2017-11-16T00:00:00.000Z"
}
}
}