AutoAssignResultPreviewListRecord Data Type

Properties
name data type description
protectedEntity NameAndGuid
changeType AutoAssignChangeType
changeReason AutoAssignChangeReason

Example

{
  "protectedEntity" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "changeType" : "REMOVAL",
  "changeReason" : "PE_IS_NOT_PRESENT"
}