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"
]