Versions Compared

Key

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

...

Code Block
languagejson
  {
    "document":{
        "name" : "Esportazione ogni notte",
        "enable" : true,
        "schedule" : "0 0 1 * * *",
        "query" : "{\"macroactivity\": \"DEFAULT\"}",
        "destination" : {
            "type" : "fs",
            "path" : "/destination",
            "server" : "",
            "port" : "",
            "username" : "",
            "password" : ""
        },
        "format" : "zip",
        "fileNamePattern" : "callId",
        "maxNumber" : 500,
        "blockSize" : "100",
        "action" : "export",
        "exportWithTags": false
    }
  }

Response:

Code Block
languagejson
{
    "result": true,
    "error": null,
    "document": {
        "name": "Esportazione ogni notte",
        "enable": true,
        "schedule": "0 0 1 * * *",
        "query": "{\"macroactivity\": \"DEFAULT\"}",
        "destination": {
            "type": "fs",
            "path": "/destination",
            "server": "",
            "port": "",
            "username": "",
            "password": ""
        },
        "format": "zip",
        "fileNamePattern": "callId",
        "maxNumber": 500,
        "blockSize": "100",
        "action": "export",
        "exportWithTags": false,
        "user": "admin",
        "$setOnInsert": {
            "__v": 0
        },
        "_id": "5f5a4a561f05c72768e22d85"
    }
}