How to get exchanges rates using instrumentation list name and report template name?

I have DSS user account and I have created one instrumentation list & EOD Pricing report template. I want to develop one api in my project which calls Thomson DSS Rest API to get the conversion rates for all the currencies & crosses mentioned in the instrumentation list (I have 161 currencies in instrumentation list). I don't want to create any schedules, don't want to use immediate extraction functionalities as I don't want any extracted file. I want response as list of all exchange rates. Please help me ASAP.

Welcome!

It looks like you're new here. Sign in or register to get started.

Best Answer

  • @gurukrishna.santosh.kumar.ippili

    On the screenshot, the response status is 202 Accept which means that the request is accepted but the extracted data is not available within timeout interval (30 seconds by default). You will have to send another HTTP GET request to get status of the extraction, using the location URL that was delivered in the HTTP 202 Response header. Once the extraction is completed, the request to location URL will return extracted data.

    In Postman, below is the sample of "Header" tab of the response.

    image

Answers

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.