Hello,
A request to /search/beta1 of the form:
{
"View": "Organisations",
"Query": "AMZN.O",
"Select": "CommonName, DocumentTitle"
}
returns the following:
{
"Total": 1,
"Hits": [
{
"CommonName": "Amazon.com Inc",
"DocumentTitle": "Amazon.com Inc, Public Company"
}
]
}
Where does the ", Public Company" come from? What field name can I specify in `Select` to get this information?
Thanks!