Hi,
I want to use the FuturesAndOptionsSearch to get all RICs within a FileCode without creating Instrument Usage on my DSS ID. Can I search by FIle Code with the API and if yes will my results be limited/truncated to 5000 lines? If the results will be limited, is there a workaround to request batches of 5000 results one after the other?
I have tried to post the following, obviously without success:
Request:
{
"SearchRequest": {
"FileCodes": "7155",
"CurrencyCodes": null,
"ExchangeCodes": null,
"IdentifierType": null,
"Identifier": null,
"PreferredIdentifierType": "Ric"
}
}
Respose:
{
"error": {
"message": "Malformed request payload: Invalid cast exception for property FileCodes: Unable to cast object of type 'System.String' to type 'System.Collections.Generic.List`1[System.String]'."
}
}
Thanks in advance any comments.
Greg