[
  {
    "profileId": 1,
    "profileName": "string",
    "profileDesc": "string",
    "profileType": null,
    "host": "string",
    "port": 3,
    "profileDirPath": "string",
    "scheduleType": null,
    "scheduleDay": 8,
    "scheduleDayOfMonth": [
      "string",
      "string",
      "string",
      "string",
      "string",
      "string",
      "string",
      "string",
      "string",
      "string"
    ],
    "scheduleDayOfWeek": [
      "MON",
      "SAT",
      "MON",
      "FRI",
      "SAT",
      "THU",
      "TUE"
    ],
    "scheduleTime": 6,
    "scheduleDisabled": false,
    "uploadStatus": null,
    "userName": "string",
    "version": 7,
    "idmClient": {
      "id": 5,
      "name": "string",
      "externalId": "string",
      "extensions": {}
    },
    "volumeOfDocuments": 5,
    "numDocuments": 3,
    "lastModifiedTime": 6,
    "modifiedBy": {
      "id": 1,
      "name": "string",
      "externalId": "string",
      "extensions": {}
    }
  },
  {
    "profileId": 6,
    "profileName": "string",
    "profileDesc": "string",
    "profileType": null,
    "host": "string",
    "port": 10,
    "profileDirPath": "string",
    "scheduleType": null,
    "scheduleDay": 3,
    "scheduleDayOfMonth": [
      "string",
      "string"
    ],
    "scheduleDayOfWeek": [
      "SUN",
      "SAT",
      "SUN"
    ],
    "scheduleTime": 3,
    "scheduleDisabled": true,
    "uploadStatus": null,
    "userName": "string",
    "version": 7,
    "idmClient": {
      "id": 1,
      "name": "string",
      "externalId": "string",
      "extensions": {}
    },
    "volumeOfDocuments": 1,
    "numDocuments": 6,
    "lastModifiedTime": 8,
    "modifiedBy": {
      "id": 1,
      "name": "string",
      "externalId": "string",
      "extensions": {}
    }
  }
]