1st URL hitting -
https://selectapi.datascope.lseg.com/RestApi/v1/Extractions/ExtractRaw
Posting body -
{
"ExtractionRequest": {
"@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.DebtCorporateActionsIsoExtractionRequest",
"Condition": {
"ReportDateRangeType": "Init",
"IncludeInstrumentsWithNoEvents": true,
"IncludeNullDates": true,
"ExcludeDeletedEvents": true,
"IncludeNonPendingEvents": true,
"ReportIsoEvents": [
"BIDS",
"DTCH",
"TEND",
"CONS",
"BPUT",
"CONV",
"EXOF"
],
"IncludeCusipCinsIn35B": true,
"Wrap35BLines": true
},
"IdentifierList": {
"@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [
{
"Identifier": "US172967MD09",
"IdentifierType": "Isin"
},
{
"Identifier": "US12543DBN93",
"IdentifierType": "Isin"
},
{
"Identifier": "US50202MAB81",
"IdentifierType": "Isin"
}
],
"ValidationOptions": {
"AllowOpenAccessInstruments": true,
"AllowHistoricalInstruments": true,
"AllowLimitedTermInstruments": true,
"AllowInactiveInstruments": true,
"AllowUnsupportedInstruments": true,
"ExcludeFinrAsPricingSourceForBonds": true,
"UseExchangeCodeInsteadOfLipper": true,
"UseUsQuoteInsteadOfCanadian": true,
"UseConsolidatedQuoteSourceForUsa": true,
"UseConsolidatedQuoteSourceForCanada": true,
"UseDebtOverEquity": true,
"UseOtcPqSource": true,
"AllowSubclassImport": true
},
"UseUserPreferencesForValidationOptions": false
}
}
}
Response -
{
"@odata.context": "https://selectapi.datascope.lseg.com/RestApi/v1/$metadata#RawExtractionResults/$entity",
"JobId": "0x09d31a33ab2be7b9",
"Notes": [
"Extraction Services Version 19.1.1.49259 (329bc4e78f6b), Built Jan 13 2026 08:14:37\r\nProcessing started at 04/24/2026 13:29:01.\r\nUser ID: 9040669\r\nExtraction ID: 2000001170163109\r\nCorrelation ID: CiD/9040669/AAAAAA.09d31a33aafbe7b9/RA\r\nSchedule: 0x09d31a33ab2be7b9 (ID = 0x0000000000000000)\r\nInput List (3 items): (ID = 0x09d31a33ab2be7b9) Created: 04/24/2026 13:29:01 Last Modified: 04/24/2026 13:29:01\r\nReport Template (0 fields): _OnD_0x09d31a33ab2be7b9 (ID = 0x09d31a33ab4be7b9) Created: 04/24/2026 13:29:00 Last Modified: 04/24/2026 13:29:00\r\nSchedule dispatched via message queue (0x09d31a33ab2be7b9)\r\nSchedule Time: 04/24/2026 13:29:01\r\nRequested Debt Corporate Action ISO events: BIDS,DTCH,TEND,CONS,BPUT,CONV,EXOF\r\nReporting all Pending Debt Corporate Actions\r\nProcessing completed successfully at 04/24/2026 13:29:02, taking 1.182 Secs.\r\nExtraction finished at 04/24/2026 12:29:02 UTC, with servers: xc28nu8xq28, QSDHA1 (0.0 secs), QSHC09 (0.1 secs)\r\nUsage Summary for User 9040669, Client 117926, Template Type Debt Corporate Actions, ISO15022\r\nBase Usage\r\n Instrument Instrument Terms Price\r\n Count Type Subtype Source Source\r\n------- ----------------------------------- ---------------------------- -------------- ----------------------------------------\r\n 1 Corporate Convertible N/A N/A\r\n 1 Corporate High Yield N/A N/A\r\n 1 Corporate Investment Grade N/A N/A\r\n-------\r\n 3 Total instruments charged.\r\n 0 Instruments with no reported data.\r\n=======\r\n 3 Instruments in the input list.\r\nNo Corporate Debt ISO messages were generated.\r\n"
]
}
then hit below API -
https://selectapi.datascope.lseg.com/RestApi/v1/Extractions/RawExtractionResults('0x09d31a33ab2be7b9')/$value
Response received is blank, but we do have SWIFTs on these ISIN when fetched from DSS portal directly but coming via API. What is wrong here?