project (project)
Table of Contents
Description
An element of the data structure within a domain.
Allows a number of "project" entities with accumulation tendencies to be identified into groups.
Can contain chat campaigns and scripts of various types.
Fields
Entity structure
{
"id": uuid,
"code": str,
"name": str,
"opts": {
"title": str,
"comment": str
},
"ext": {
"ct": date,
"lwt": date
}
}