Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Name

Type

Description

_id

Status
titlestring

Internal object identifier

id

Status
titlestring

Data collection unique identifier

title

Status
titlestring

Data collection title

dc_mode

Status
titlesting

Identifies the mode of use. Can assume one of the following values:+

“chat”

“cbn”

“cbl”

Code Block
languagejson
{
    "_id" : "5c6e700404445e26d8dbeee1",
    "id" : "67990d2d-5d35-4d7d-93ac-df3d9edb636d",
    "title" : "Anagrafica #1",
    "dc_mode" : "chat",
    "next" : "",
    "datacollection" : [ 
        {
            "_id" : "5c6e700404445e26d8dbeee4",
            "dc_type" : "nickname",
            "label" : "Nickname",
            "isMandatory" : true,
            "isVisibleAgent" : true,
            "isVisibleCustomer" : true,
            "isEditable" : true,
            "custom_regexp" : "",
            "value" : "",
            "name" : "nickname",
            "mode" : "manual"
        }, 
        {
            "_id" : "5c6e700404445e26d8dbeee3",
            "dc_type" : "name",
            "label" : "Name",
            "isMandatory" : false,
            "isVisibleAgent" : true,
            "isVisibleCustomer" : true,
            "isEditable" : true,
            "custom_regexp" : "",
            "value" : "",
            "name" : "name",
            "mode" : "manual"
        }, 
        {
            "_id" : "5c6e700404445e26d8dbeee2",
            "dc_type" : "surname",
            "label" : "surname",
            "isMandatory" : false,
            "isVisibleAgent" : true,
            "isVisibleCustomer" : true,
            "isEditable" : true,
            "custom_regexp" : "",
            "value" : "",
            "name" : "surname",
            "mode" : "manual"
        }
    ],
    "__v" : 0
}