Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Name

Type

Description

_id

STRING

Internal object identifier

id

STRING

Data collection unique identifier

title

STRING

Data collection title

dc_mode

STING

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

“chat”

“cbn”

“cbl”

{
    "_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
}
  • No labels