While passing 16221 instrument list in 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": false
},
"IdentifierList": {
"@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [
{
"Identifier": "US172967MD09",
"IdentifierType": "Isin",
"Source":"*"
},…..Likewise total count is 16221
we got below error -
HTTP 400: {"error":{"message":"Validation Error:\r\n\r\nThe Instrument count 16221 exceeds the maximum allowed for this template, which is 3000."}}
Can we increase this count by any means or we need to do multiple calls with chunk size of maximum 3000 in one API call?