For dimensions with many possible values, the insight_get_dimension_values service returns a list of possible values given a partial value.
The input contains a single value property.
{
"search_type": "document|event",
"dimension_type": "connection",
"value": "acm"
}The output lists all values that contain the input value.
{
"values": [
"ACME Limited",
"Association of Catapult Manufacturers (ACM)"
]
}