Hello everyone, is there a way to know which of the key:value pairs in a search request can take a list as opposed to one single value?
For example, AssetStatuses can take multiple values, but I do not suspect I can do the same with Ticker. Is there any documentation or explanation for the acceptable values for each key?
{
"SearchRequest":{
"@odata.context":"http://hosted.datascopeapi.reuters.com/RestApi.Help/$metadata#ThomsonReuters.Dss.Api.Search.GovCorpSearchRequest",
"AssetStatuses":[
"TBP"
],
"GovCorpContributorCode":"EJV",
"Group":{
"Agency":"false",
"Government":"true",
"Corporate":"false",
"Supra":"true"
},
"Ticker":"UST"
}
}