stat-content
stat-content
Represents the Stat Content posted by the user. The data posted by the user can be numeric data or string data. However both types of the data cannot be sent together.
JSON Example
{
"data": [
"number"
],
"statKey": "string",
"timestamps": [
0
],
"values": [
"string"
]
}
array of number
data
Optional
The numeric data that is being posted
string
statKey
Required
Stat Key for which the data is being posted
array of integer
timestamps
Required
The array of timestamps at which the data is being posted
array of string
values
Optional
The string values that are being posted