Hi All,
I have urgent query.
I am using below DSS Rest API refinitiv request for full holdings for a fund and sending 50 Identifier requests at a time. But since Monday this week we are getting error : Got http error code: 202: And at the end we are able to process and fetch response for only few Identifiers.
We are using daily job at 6am to provide the DSS Rest API request to refinitiv and fetch response.
When i tried to run the same java code and provide DSS Rest API request to refinitiv in the afternoon at 3pm then i am not facing any issue and we are able to fetch the response for most of the Identifiers.
This is critical issue for us. Can you please provide an information if the refinitiv DSS Rest API request has issues in the morning time for full holdings for a fund and ETFs? We did not face this issue before.
Below is the DSS Rest API request for full holdings for a fund. And i am facing the same issue for ETF also:
"ExtractionRequest": { "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.FundAllocationExtractionRequest", "ContentFieldNames": [ "Security Description", "Allocation Asset Type", "Allocation Date", "Allocation Item", "Allocation Percentage", "Allocation ISIN", "Market Value Currency", "Market Value Held" ], "IdentifierList": { "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList", "InstrumentIdentifiers": [%s], "ValidationOptions": null, "UseUserPreferencesForValidationOptions": false }, "Condition": { "FundAllocationTypes": [ "Asset", "Currency", "FullHoldings", "IndustrySector", "InvestmentCountry", "TopTenHoldings" ] } } } """