Versions Compared

Key

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

...

Code Block
languagejson
{
   "document":{
      "id": "5eea3d2919eb88cfb639fecb",
      "name":"default",
      "description":"profilo default",
      "securityRules":{
         "onlyPartner":true,
         "onlyCallcenter":true,
         "onlyMacroactivity":false,
         "onlyTags": "{\"tags.ECID\" : \"saasher|11|41479|57\"}"
      },
      "allowedActions":{
         "canPlay":true,
         "canDownload":true,
         "canEdit":true,
         "canDelete":true,
         "canListenOriginalAudio":true
      },
      "securityRules":{
         "onlyPartner":true,
         "onlyCallcenter":false,
         "onlyMacroactivity":false,
         "onlyTags":""
      },
      "hideTags":[
         "agent",
         "callId"
      ],
      "searchableTags":[
         "ECID",
         "AGENT"
      ],
      "editableTags": [
         {
            "name": "validazione",
            "type": "select",
            "immutable" : false
            "options": ["YES","NO"]
         },
         {
            "name": "note",
            "type": "text",
            "immutable" : false
         }
      ],
      "hideTagsForSearch" : [
            "ecid"
      ]
   }
}

...