Versions Compared

Key

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

...

Code Block
languagejson
{
   "document":{
      "id": "5eeb85035bdd4841745497e35eea3d2919eb88cfb639fecb",
      "name":"onlyPartnerdefault",
      "description":"profilo visibilità solo partnerdefault",
      "securityRules":{
         "onlyPartner":true,
         "onlyCallcenter":falsetrue,
         "onlyMacroactivity":false,
         "onlyTags": "{\"tags.ECID\" : \"saasher|11|41479|57\"}"
      },
       }"allowedActions":{
         }"canPlay":true,
         "allowedActionscanDownload":{true,
         "canPlaycanEdit":true,
         "canDownloadcanDelete":true,
         "canEditcanListenOriginalAudio":true
      },
      "hideTags":[
         "agent",
         "callId"
      ],
      "searchableTags":[
         "ECID",
         "AGENT"
      ],
      "editableTags": [
         {
            "name": "validazione",
            "type": "select",
            "options": ["YES","NO"]
         },
         {
            "name": "note",
            "type": "text"
         }
      ]
   }
}

Response:

Code Block
languagejson
{
    "result": true,
    "id": "",
    "error": null
}

...