question

Upvotes
Accepted
1 0 0 2

orgId property in rdp search API

https://api.refinitiv.com/discovery/searchlight/v1/
{
  "View": "Organisations",
  "Select": "Orgid, BusinessEntity, CommonName,PrimaryRIC,PrimaryRICTickerSymbol,PrimaryRICExchangeCode,GicsName",
  "OrderBy": "CommonName asc",
  "Filter" : "PrimaryRICExchangeCode eq 'ASX'  and IsPublic eq true",
  "UnentitledAccess": true,
  "Top": 10
}

response

"1 invalid 'select' entry was ignored: [Orgid]"

i am using RDP search API, what is the Orgid name should be? where can i check properties in Orgnisation View??

#contentrdp searchorgid-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
84.6k 287 53 77

@maxma

Thank you for reaching out to us.

You can use the HTTP GET method with this endpoint (https://api.refinitiv.com/discovery/searchlight/v1/metadata/views/Organisations) to list all properties in the Organisations view.

This view doesn't have the Orgid field.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.