RDP instrument search and Entitlements

Options
RanjithSivanandan
edited February 14 in Eikon Data APIs

We pull instruments using these following queries from RDP /search api.

curl --location "https://api.refinitiv.com/search/beta1/" --header "content-type: application/json" -H "Authorization: Bearer ....” --data "{  \"View\": \"SearchAll\",  \"Filter\": \"RIC eq 'MNI50500J5'\",  \"Select\": \"RIC, RicRoot, RCSAssetCategoryName, RCSExchangeCountry, RCSIssuerCountry, CallPutOption, UnderlyingQuoteRIC\",  \"Top\": 1}"

Have the 2 following questions on it:

  1. we are using the api url which has a word /beta1/ is this the right endpoint or is there a non "beta1" endpoint for search?
  2. When we make such a call, Can you please provide details of the entitlement check that happens on the RDP side? Is the user token validated against any specific ric level access?

Answers

  • Hello @RanjithSivanandan

    There does not seem to be a release version for /search endpoint. There is however a discovery/search/ which is available in a release version which may/may not fit your purpose.

    Both of your questions are related to content, and its best to raise content questions either directly to the product team or through a ticket at LSEG MyAccount.