property-content
property-content
Represents the Property 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 array of 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 array of string values that are being posted