Hi,
Could you please advise why I am getting a response with the message "All identifiers were invalid. No extraction performed." in the notes when requesting the following. The Isin is valid, but presumably there's another reason it's not being returned. I am trying to resolve the Ric.
Request:
{ "ExtractionRequest": { "@odata .type": "#DataScope.Select.Api.Extractions.ExtractionRequests.HistoricalReferenceExtractionRequest", "ContentFieldNames": [ "Wertpapier", "ISIN", "RIC", "Market MIC", "Currency Code", "Exchange Code", "Primary Trading RIC", "User Defined Identifier" ], "IdentifierList": { "@odata .type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList", "InstrumentIdentifiers": [ { "Identifier": "CA0679011064", "IdentifierType": "Isin", "UserDefinedIdentifier": "12332432432" } ], "UseUserPreferencesForValidationOptions": false }, "Condition": { "StartDate": "2025-01-01T00:00:00", "EndDate": "2025-12-09T00:00:00" } }}
Response:
{
"@odata .context": "https://selectapi.datascope.refinitiv.com/RestApi/v1/$metadata#RawExtractionResults/$entity",
"JobId": "0x09aa2e213eeb9805",
"Notes": [
"All identifiers were invalid. No extraction performed."
],
"IdentifierValidationErrors": [
{
"Identifier": {
"@odata .type": "#DataScope.Select.Api.Content.InstrumentIdentifier",
"Identifier": "CA0679011068",
"IdentifierType": "Isin",
"UserDefinedIdentifier": "12332432432",
"Source": ""
},
"Message": "Not found"
}
]
}
Many Thanks