For a deeper look into our DataScope Select SOAP API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
41 1 4 3

GovCorpSearch "Active" asset status

Hello!

I need to use REST API for GovCorpSearch with combined asset statuses "Active" and "Expired/Matured".

https://hosted.datascopeapi.reuters.com/RestApi/v1/Search/GetGovCorpAssetStatuses shows that there is no asset status "active". However, if I set "AssetStatuses": null,

the results will be the same as if I use UI search with "status" set to "ACTIVE".

So, would you be so kind as to tell me:

1) Why REST API doesn't have "Active" asset status?

2) How to combine "active" asset status with "MAT" in the REST request?

If I use another statuses, I am able to combine them. For example:

"AssetStatuses":
[
"MAT",
"NAC",
"DEF"
]

dss-rest-api
icon clock
10 |1500

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

1 Answer

Upvotes
Accepted
23k 22 9 14

Hello @Nikita ,

Please be advised, that there was a mandatory migration of DSS Refinitiv DataScope Select - Mandatory Technical Migrations so endpoints hosted.datascopeapi.reuters.com should not be used, instead please refer to DSS REST Tutorials Introductions for more details on the current available endpoints to use and for the documentation on search API access to DSS API Reference Tree - > Search.

In the current reference for GovCorpSearch -> Assets I do not see "Active" status as available interface option, there several, more narrow AssetStatus defined for access:

govcorpsearch.gif

These can be submitted via DSS REST API into GovCorpSearch AssetStatuses.

If I would be guessing, I think "MAT" (matured) and "ISS" (issued) can be some of what you are looking for (I am a developer).

However, for an expert consultation on DSS content, I would suggest to reach out directly to Refinitiv DSS content experts via Refinitiv Helpdesk Online -> Content -> DSS, this forum can be of more help to you with DSS REST API usage-centered questions, to verify which status(es) are most applicable to your requirements.


govcorpsearch.gif (66.9 KiB)
icon clock
10 |1500

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

Click below to post an Idea Post Idea