Description
The information about a custom dictionary for analysis.
Example
{
"id": 123,
"type": "segment",
"entriesLimit": 4,
"entriesCount": -1,
"available": false,
"created": 1588054131,
"updated": 1588054131
}
Structure
Field | Type | Description |
---|---|---|
id | Integer | The ID of the dictionary. |
type | String | The type of the dictionary. The value can only be segment. |
entriesLimit | Integer | The maximum number of intervention entries that can be created in the dictionary. |
entriesCount | Integer | The number of intervention entries. |
available | Boolean | Indicates whether the dictionary is available. |
created | Integer | The timestamp when the dictionary was created. |
updated | Integer | The timestamp when the dictionary was last updated. |