The information about an A/B test scene.
Structure
| Field | Type | Description |
|---|---|---|
| id | String | The ID of the scene. |
| name | String | The name of the scene. |
| status | Integer | The status of the scene. Valid values: 0 (stopped) and 1 (started). |
| created | Integer | The time when the scene was created. |
| updated | Integer | The time when the scene was last updated. |
| values[] | String | The indicators of the scene. |
Example
{
"id": "20614",
"name": "test",
"status": 0,
"created": 1596527691,
"updated": 1596527691,
"values": [
"test"
]
}