Hi Team, I am calling the Instrument search API for the below two requests. Both have same set of OrgIds (5 Org IDs in different order only) but I am getting different response for each of them. First request is returning 114 records in JSON output and 2nd request is returning 103 records in JSON output. Can you please help us to clarify it, we are not getting correct set of data. Thanks in advance https://selectapi.datascope.lseg.com/RestApi/v1/Search/InstrumentSearch
Request 1:
{ "SearchRequest": { "InstrumentTypeGroups": [ "Equities" ], "IdentifierType": "OrgId", "Identifier": "120106760,120107693,120088642,120113117,120149723", "PreferredIdentifierType": "Isin" }}
Request 2: { "SearchRequest": { "InstrumentTypeGroups": [ "Equities" ], "IdentifierType": "OrgId", "Identifier": "120088642,120106760,120107693,120113117,120149723", "PreferredIdentifierType": "Isin" }}
Regards, Imran