Population
Definition
| Property | Type | Description |
|---|---|---|
id |
String |
ID |
key |
String |
Population identifier |
userId |
String |
Optional user binding Nullable |
participant |
String |
Optional participant binding Nullable |
data |
Object |
Token key-value map |
Example
{
"id": "540b6548-8fd4-467b-876b-5354dcb8f3ed",
"key": "Example population",
"userId": null,
"participant": null,
"data": {
"text": "Hello World",
"choices": "a;b;c"
}
}