Value Name with Field Id
Currently, the CMP asset response returns only the value IDs inside the Values array. The response structure should be updated to return a collection of objects, where each object includes both the ValueId and the corresponding ValueName.
"Fields": [
{
"Name": "GEOGRAPHY",
"Values": [
"d26e76eed40611f0a979d6dd850eab0790",
"37b86280d40711df0afc59a90521e39d3",
"d26d00ded40611f0a97d9d6850eab0790"
],
1
vote