Can someone please post the correct bodyRequest to get all columns of RAW data. I tried the code below but am getting a 400 RESPONSE.
requestBody={
"ExtractionRequest": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.CorporateActionsIsoExtractionRequest",
"ContentFieldNames": [
"GMT Offset",
"Type",
"MSG/FID Number",
"Message Type",
"FID Name",
"FID Value",
"FID Enum String",
"PE Code",
"Template Number",
"RTL",
"Sequence Number",
"Source RIC",
"Number of FIDs"
],
"IdentifierList": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [{
"Identifier": "CARR.PA",
"IdentifierType": "Ric"
}],
"UseUserPreferencesForValidationOptions":"false"
}
}
}
Also - could you guys kindly add a few more examples in Python as you have only 1 example in python and 100 in C#.... Just some basic stuff like pulling Venue Level by day would be helpful.