GET operations/{operationId}

Return all operations in the user's Environment.

Remarks

C4M Error Code returned:

  • null

    The HTTP Get has been successfully completed.

  • OperationNotFound

    This operation does not exist on the server.

Status HTTP returned:
  • 403 - Forbidden

    The authenticated user doesn't have permission to access the resource.

Possible filters:
- Device - Last update

Request Information

Parameters

NameDescriptionAdditional information
operationId
Operation identifier.

Define this parameter in the request URI.

Response Information

Operation result.

Response body formats

application/json, text/json

Sample:
{
  "enable": true,
  "monitoringInterval": 1,
  "storageTime": 1,
  "synchronizationInterval": 1,
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 4,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "certificateSettings": {
    "certificateAuthorities": [
      {
        "certificateId": "00000000-0000-0000-0000-000000000000"
      },
      {
        "certificateId": "00000000-0000-0000-0000-000000000000"
      }
    ],
    "certificateIdentities": [
      {
        "certificateId": null,
        "fromVariable": null
      },
      {
        "certificateId": null,
        "fromVariable": null
      }
    ]
  },
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 3,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 3,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "telephonySettings": {
    "accessPointNames": [
      {
        "accessPointName": null,
        "apnType": null,
        "authenticationType": 0,
        "friendlyName": null,
        "mmsPort": null,
        "mmsProxy": null,
        "mmsServer": null,
        "mobileCountryCode": null,
        "mobileNetworkCode": null,
        "password": null,
        "port": null,
        "proxy": null,
        "server": null,
        "user": null
      },
      {
        "accessPointName": null,
        "apnType": null,
        "authenticationType": 0,
        "friendlyName": null,
        "mmsPort": null,
        "mmsProxy": null,
        "mmsServer": null,
        "mobileCountryCode": null,
        "mobileNetworkCode": null,
        "password": null,
        "port": null,
        "proxy": null,
        "server": null,
        "user": null
      }
    ],
    "defaultAccessPointName": "sample string 1",
    "incomingCallWhitelist": [
      "sample string 1",
      "sample string 2"
    ],
    "outgoingCallWhitelist": [
      "sample string 1",
      "sample string 2"
    ]
  },
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 3,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "wifiSettings": {
    "wifiNetworks": [
      {
        "autoConnect": false,
        "eap": null,
        "hiddenSsid": false,
        "name": null,
        "passphrase": null,
        "security": 0,
        "ssid": null
      },
      {
        "autoConnect": false,
        "eap": null,
        "hiddenSsid": false,
        "name": null,
        "passphrase": null,
        "security": 0,
        "ssid": null
      }
    ]
  },
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 3,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "productId": "sample string 1",
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 4,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "addUser": true,
  "adjustMasterVolume": true,
  "alwaysOnVpnPackage": {
    "lockdown": true,
    "packageName": "sample string 2"
  },
  "applicationAutoUpdatePolicy": 0,
  "autoTime": true,
  "bluetooth": true,
  "bluetoothConfiguration": true,
  "bluetoothContactSharing": true,
  "camera": true,
  "cellBroadcastsConfiguration": true,
  "credentialsConfiguration": true,
  "dataRoaming": true,
  "debuggingFeatures": true,
  "ensureVerifyApplications": true,
  "factoryReset": true,
  "forceHighAccuracy": true,
  "frpAdminEmails": [
    "sample string 1",
    "sample string 2"
  ],
  "installApplications": true,
  "keyguardFeatures": [
    0,
    0
  ],
  "locationMode": 0,
  "lockScreenInfo": "sample string 16",
  "maximumTimeToLock": 17,
  "microphone": true,
  "mobileNetworksConfiguration": true,
  "modifyAccounts": true,
  "mountPhysicalMedia": true,
  "networkReset": true,
  "outgoingBeam": true,
  "outgoingCalls": true,
  "permissionPolicy": 0,
  "permittedInputMethods": [
    "sample string 1",
    "sample string 2"
  ],
  "playStoreMode": 0,
  "removeUser": true,
  "safeMode": true,
  "screenCapture": true,
  "sendReceiveSms": true,
  "skipFirstUseHints": true,
  "stayOnPluggedModes": [
    0,
    0
  ],
  "systemUpdatePolicy": 0,
  "tetheringConfiguration": true,
  "uninstallApplications": true,
  "untrustedApplicationsPolicy": 0,
  "usbFileTransfer": true,
  "vpnConfiguration": true,
  "wifiConfiguration": true,
  "windowedUpdateEndTime": 35,
  "windowedUpdateStartTime": 36,
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 39,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "emailSettings": {
    "emailAddress": "sample string 1",
    "incomingEmailServerSettings": {
      "password": "sample string 1",
      "protocol": "sample string 2",
      "serverAcceptAllCertificates": true,
      "serverAddress": "sample string 4",
      "serverPort": 5,
      "sslEnabled": true,
      "tlsEnabled": true,
      "userName": "sample string 8"
    },
    "outgoingEmailServerSettings": {
      "password": "sample string 1",
      "protocol": "sample string 2",
      "serverAcceptAllCertificates": true,
      "serverAddress": "sample string 4",
      "serverPort": 5,
      "sslEnabled": true,
      "tlsEnabled": true,
      "userName": "sample string 8"
    }
  },
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 3,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "launcherSettings": {
    "blockStatusBar": true,
    "enabled": true,
    "horizontalBackgroundImage": {
      "imageUrl": "sample string 1",
      "scaleType": 0
    },
    "lockTaskAllowed": true,
    "password": "sample string 4",
    "passwordType": 0,
    "titleText": "sample string 5",
    "verticalBackgroundImage": {
      "imageUrl": "sample string 1",
      "scaleType": 0
    },
    "whitelist": [
      {
        "alias": null,
        "executionRestrictions": null,
        "id": 0,
        "packageName": null,
        "visible": false
      },
      {
        "alias": null,
        "executionRestrictions": null,
        "id": 0,
        "packageName": null,
        "visible": false
      }
    ]
  },
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 3,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "airplaneMode": true,
  "bluetooth": true,
  "camera": true,
  "clipboard": true,
  "factoryReset": true,
  "homeKey": true,
  "microphone": true,
  "nfc": true,
  "powerOff": true,
  "safeMode": true,
  "screenCapture": true,
  "settingsChanges": true,
  "statusBarExpansion": true,
  "taskManager": true,
  "wifi": true,
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 18,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "maximumFailedPasswordAttemptsForWipe": 1,
  "passwordExpirationTimeout": 2,
  "passwordHistoryLength": 3,
  "passwordMinimumLength": 4,
  "passwordMinimumLetters": 5,
  "passwordMinimumLowercase": 6,
  "passwordMinimumNonLetter": 7,
  "passwordMinimumNumeric": 8,
  "passwordMinimumSymbols": 9,
  "passwordMinimumUppercase": 10,
  "passwordQuality": 0,
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 13,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 3,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 3,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "vpnSettings": {
    "vpnNetworks": [
      {
        "dnsSearchDomains": null,
        "dnsServers": null,
        "forwardingRoutes": null,
        "ipsecIdentifier": null,
        "ipsecPreSharedKey": null,
        "l2TPSecret": null,
        "l2TPSecretEnabled": false,
        "name": null,
        "pptpEncryptionEnabled": false,
        "serverAddress": null,
        "userName": null,
        "userPassword": null,
        "vpnType": 0
      },
      {
        "dnsSearchDomains": null,
        "dnsServers": null,
        "forwardingRoutes": null,
        "ipsecIdentifier": null,
        "ipsecPreSharedKey": null,
        "l2TPSecret": null,
        "l2TPSecretEnabled": false,
        "name": null,
        "pptpEncryptionEnabled": false,
        "serverAddress": null,
        "userName": null,
        "userPassword": null,
        "vpnType": 0
      }
    ]
  },
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 3,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "enable": true,
  "monitoringInterval": 1,
  "storageTime": 1,
  "synchronizationInterval": 1,
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 4,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "airplaneMode": true,
  "applicationSettings": {
    "applications": [
      {
        "configurations": null,
        "packageName": null
      },
      {
        "configurations": null,
        "packageName": null
      }
    ]
  },
  "audioRecord": true,
  "bluetooth": true,
  "camera": true,
  "clipboard": true,
  "clipboardShare": true,
  "factoryReset": true,
  "headphone": true,
  "homeKey": true,
  "microphone": true,
  "navigationBar": true,
  "nfc": true,
  "otaUpgrade": true,
  "powerOff": true,
  "safeMode": true,
  "screenCapture": true,
  "settingsChanges": true,
  "softwareInstallation": true,
  "softwareUninstallation": true,
  "statusBar": true,
  "statusBarExpansion": true,
  "sVoice": true,
  "taskManager": true,
  "videoRecord": true,
  "wifi": true,
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 28,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "enabled": true,
  "storageTime": 1,
  "synchronizationInterval": 1,
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 4,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "operations": [
    {
      "enable": true,
      "monitoringInterval": 1,
      "storageTime": 1,
      "synchronizationInterval": 1,
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 4,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "certificateSettings": {
        "certificateAuthorities": null,
        "certificateIdentities": null
      },
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 3,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 3,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "telephonySettings": {
        "accessPointNames": null,
        "defaultAccessPointName": null,
        "incomingCallWhitelist": null,
        "outgoingCallWhitelist": null
      },
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 3,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "wifiSettings": {
        "wifiNetworks": null
      },
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 3,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "productId": "sample string 1",
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 4,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "addUser": true,
      "adjustMasterVolume": true,
      "alwaysOnVpnPackage": {
        "lockdown": false,
        "packageName": null
      },
      "applicationAutoUpdatePolicy": 0,
      "autoTime": true,
      "bluetooth": true,
      "bluetoothConfiguration": true,
      "bluetoothContactSharing": true,
      "camera": true,
      "cellBroadcastsConfiguration": true,
      "credentialsConfiguration": true,
      "dataRoaming": true,
      "debuggingFeatures": true,
      "ensureVerifyApplications": true,
      "factoryReset": true,
      "forceHighAccuracy": true,
      "frpAdminEmails": null,
      "installApplications": true,
      "keyguardFeatures": null,
      "locationMode": 0,
      "lockScreenInfo": "sample string 16",
      "maximumTimeToLock": 17,
      "microphone": true,
      "mobileNetworksConfiguration": true,
      "modifyAccounts": true,
      "mountPhysicalMedia": true,
      "networkReset": true,
      "outgoingBeam": true,
      "outgoingCalls": true,
      "permissionPolicy": 0,
      "permittedInputMethods": null,
      "playStoreMode": 0,
      "removeUser": true,
      "safeMode": true,
      "screenCapture": true,
      "sendReceiveSms": true,
      "skipFirstUseHints": true,
      "stayOnPluggedModes": null,
      "systemUpdatePolicy": 0,
      "tetheringConfiguration": true,
      "uninstallApplications": true,
      "untrustedApplicationsPolicy": 0,
      "usbFileTransfer": true,
      "vpnConfiguration": true,
      "wifiConfiguration": true,
      "windowedUpdateEndTime": 35,
      "windowedUpdateStartTime": 36,
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 39,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "emailSettings": {
        "emailAddress": null,
        "incomingEmailServerSettings": null,
        "outgoingEmailServerSettings": null
      },
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 3,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "launcherSettings": {
        "blockStatusBar": false,
        "enabled": false,
        "horizontalBackgroundImage": null,
        "lockTaskAllowed": false,
        "password": null,
        "passwordType": 0,
        "titleText": null,
        "verticalBackgroundImage": null,
        "whitelist": null
      },
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 3,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "airplaneMode": true,
      "bluetooth": true,
      "camera": true,
      "clipboard": true,
      "factoryReset": true,
      "homeKey": true,
      "microphone": true,
      "nfc": true,
      "powerOff": true,
      "safeMode": true,
      "screenCapture": true,
      "settingsChanges": true,
      "statusBarExpansion": true,
      "taskManager": true,
      "wifi": true,
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 18,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "maximumFailedPasswordAttemptsForWipe": 1,
      "passwordExpirationTimeout": 2,
      "passwordHistoryLength": 3,
      "passwordMinimumLength": 4,
      "passwordMinimumLetters": 5,
      "passwordMinimumLowercase": 6,
      "passwordMinimumNonLetter": 7,
      "passwordMinimumNumeric": 8,
      "passwordMinimumSymbols": 9,
      "passwordMinimumUppercase": 10,
      "passwordQuality": 0,
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 13,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 3,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 3,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "vpnSettings": {
        "vpnNetworks": null
      },
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 3,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "enable": true,
      "monitoringInterval": 1,
      "storageTime": 1,
      "synchronizationInterval": 1,
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 4,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "airplaneMode": true,
      "applicationSettings": {
        "applications": null
      },
      "audioRecord": true,
      "bluetooth": true,
      "camera": true,
      "clipboard": true,
      "clipboardShare": true,
      "factoryReset": true,
      "headphone": true,
      "homeKey": true,
      "microphone": true,
      "navigationBar": true,
      "nfc": true,
      "otaUpgrade": true,
      "powerOff": true,
      "safeMode": true,
      "screenCapture": true,
      "settingsChanges": true,
      "softwareInstallation": true,
      "softwareUninstallation": true,
      "statusBar": true,
      "statusBarExpansion": true,
      "sVoice": true,
      "taskManager": true,
      "videoRecord": true,
      "wifi": true,
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 28,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "enabled": true,
      "storageTime": 1,
      "synchronizationInterval": 1,
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 4,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "operations": null,
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 3,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "beginOfCycle": 1,
      "enable": true,
      "monitoringInterval": 1,
      "storageTime": 1,
      "synchronizationInterval": 1,
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 4,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "enabled": true,
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 4,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 3,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "clearSDCard": true,
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 4,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "application": {
        "version": null,
        "alias": "My Android App",
        "id": null,
        "packageName": "com.example.myandroidapp"
      },
      "downloadMethod": 1,
      "installType": 0,
      "status": 2,
      "statusDate": "2020-05-15T17:03:27.6960553-03:00",
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 5,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 3,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "monitoringQuality": 0,
      "storageTime": 1,
      "enabled": true,
      "synchronizationInterval": 1,
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 4,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "enable": true,
      "monitoringQuality": 0,
      "monitoringInterval": 1,
      "synchronizationInterval": 1,
      "dataStorageTime": 1,
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 4,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "enabled": true,
      "storageTime": 1,
      "synchronizationInterval": 1,
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 4,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "enable": true,
      "monitoringInterval": 1,
      "storageTime": 1,
      "synchronizationInterval": 1,
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 4,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "lock": true,
      "password": "sample string 2",
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 5,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "enable": true,
      "monitoringInterval": 1,
      "storageTime": 1,
      "synchronizationInterval": 1,
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 4,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "blacklist": null,
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 3,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    },
    {
      "packageName": "sample string 1",
      "composedOperation": {
        "logs": null,
        "createDate": "0001-01-01T00:00:00",
        "device": null,
        "generalStatus": 0,
        "generalStatusChangeDate": "0001-01-01T00:00:00",
        "id": 0,
        "operationType": 0,
        "receiveDate": null,
        "warning": false
      },
      "logs": null,
      "createDate": "2020-05-15T17:03:27.6960553-03:00",
      "device": {
        "activeApplicationId": null,
        "alias": "MyDevice",
        "creationDate": "0001-01-01T00:00:00",
        "enabled": false,
        "groupId": null,
        "groupName": null,
        "hardwareId": "0123456789012345",
        "id": 0,
        "lastCommunication": null,
        "lastGroupChangeDate": null,
        "platform": 0
      },
      "generalStatus": 0,
      "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "id": 4,
      "operationType": 0,
      "receiveDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "warning": true
    }
  ],
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 3,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "beginOfCycle": 1,
  "enable": true,
  "monitoringInterval": 1,
  "storageTime": 1,
  "synchronizationInterval": 1,
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 4,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "enabled": true,
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 4,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 3,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "clearSDCard": true,
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 4,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "application": {
    "version": {
      "id": 1,
      "versionCode": 12,
      "versionName": "2.0.1.1"
    },
    "alias": "My Android App",
    "id": 1,
    "packageName": "com.example.myandroidapp"
  },
  "downloadMethod": 1,
  "installType": 0,
  "status": 2,
  "statusDate": "2020-05-15T17:03:27.6960553-03:00",
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 5,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 3,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "monitoringQuality": 0,
  "storageTime": 1,
  "enabled": true,
  "synchronizationInterval": 1,
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 4,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "enable": true,
  "monitoringQuality": 0,
  "monitoringInterval": 1,
  "synchronizationInterval": 1,
  "dataStorageTime": 1,
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 4,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "enabled": true,
  "storageTime": 1,
  "synchronizationInterval": 1,
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 4,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "enable": true,
  "monitoringInterval": 1,
  "storageTime": 1,
  "synchronizationInterval": 1,
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 4,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "lock": true,
  "password": "sample string 2",
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 5,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "enable": true,
  "monitoringInterval": 1,
  "storageTime": 1,
  "synchronizationInterval": 1,
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 4,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "blacklist": [
    {
      "alias": "My Android App",
      "id": 1,
      "packageName": "com.example.myandroidapp"
    },
    {
      "alias": "My Android App",
      "id": 1,
      "packageName": "com.example.myandroidapp"
    }
  ],
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 3,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}
Sample:
{
  "packageName": "sample string 1",
  "composedOperation": {
    "logs": [
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      },
      {
        "deviceDate": null,
        "message": null,
        "operationStatus": null,
        "warning": false
      }
    ],
    "createDate": "2020-05-15T17:03:27.6960553-03:00",
    "device": {
      "activeApplicationId": 1,
      "alias": "MyDevice",
      "creationDate": "2020-05-15T17:03:27.6960553-03:00",
      "enabled": true,
      "groupId": 1,
      "groupName": "sample string 3",
      "hardwareId": "0123456789012345",
      "id": 4,
      "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
      "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
      "platform": 0
    },
    "generalStatus": 0,
    "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "id": 3,
    "operationType": 0,
    "receiveDate": {
      "date": "2020-05-15T17:03:27.6960553-03:00",
      "timeZoneId": "E. South America Standard Time",
      "utcOffset": -180
    },
    "warning": true
  },
  "logs": [
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    },
    {
      "deviceDate": {
        "date": "0001-01-01T00:00:00",
        "timeZoneId": "E. South America Standard Time",
        "utcOffset": -180
      },
      "message": "sample string 1",
      "operationStatus": 1,
      "warning": true
    }
  ],
  "createDate": "2020-05-15T17:03:27.6960553-03:00",
  "device": {
    "activeApplicationId": 1,
    "alias": "MyDevice",
    "creationDate": "2020-05-15T17:03:27.6960553-03:00",
    "enabled": true,
    "groupId": 1,
    "groupName": "sample string 3",
    "hardwareId": "0123456789012345",
    "id": 4,
    "lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
    "lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
    "platform": 0
  },
  "generalStatus": 0,
  "generalStatusChangeDate": "2020-05-15T17:03:27.6960553-03:00",
  "id": 4,
  "operationType": 0,
  "receiveDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "warning": true
}