{
  "data": {
    "total": 0,
    "data": [
      {
        "id": "string",
        "name": "string",
        "displayName": "string",
        "source": {
          "sourceType": "UPLOAD",
          "id": "string",
          "name": "string"
        },
        "target": {
          "id": "string",
          "name": "string"
        },
        "createdBy": {
          "id": "string",
          "fullName": "string",
          "descriptor": "string"
        },
        "createdMoment": "string",
        "modifiedBy": {
          "id": "string",
          "fullName": "string",
          "descriptor": "string"
        },
        "modifiedMoment": "string",
        "operation": {
          "operationType": "APPEND",
          "operationKeys": [
            "string"
          ]
        }
      }
    ]
  }
}