Discussions
different response formats in messages>receivers>individuals
11 months ago by sam
Messages endpoint, the example in the docs state the receivers>individuals is supposed to be an array of strings. When querying however, it is returning a mix of string arrays and keyvaluepair objects.
"individuals": [
"######",
"######"
]
"individuals": {
"0": "######",
"1": "######",
"2": "######",
"3": "######"
}
What's the difference between these two response types?