I'm trying to pull end of day imbalance/closing auction information. Below is an example that I would scale for additional tickers (.NOI and .ITC) and FIDs. I am receiving the following message: Extraction notes: All identifiers were invalid. No extraction performed. I've tried to look at other questions but still seem to be missing something. Below is my JSON. Appreciate your help.
{
"ExtractionRequest": {
"@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.TickHistoryRawExtractionRequest",
"IdentifierList": {
"@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [
{
"Identifier": "IBM.NOI",
"IdentifierType": "Ric"
},
{
"Identifier": "JNJ.NOI",
"IdentifierType": "Ric"
}
]
},
"Condition": {
"MessageTimeStampIn": "LocalExchangeTime",
"ReportDateRangeType": "Range",
"TimeRangeMode": "Window",
"QueryStartDate": "2021-12-01T10:15:00.000Z",
"QueryEndDate": "2021-12-31T16:00:00.000Z",
"DomainCode": "MarketPrice",
"Fids": "4334, 4335, 4336",
"FidListOperator": "OR",
"FidDisplayOption": "Matching",
"ExtractBy": "Ric",
"DisplaySourceRIC": 'false'
}
}
}