Reviews Change Types

Change types that represent data modifications made to the Reviews entity.

Change types

Change Included In Statistics

This change is initiated by background processes after the Transition State update action is performed.
type
String
"ChangeIncludedInStatisticsChange"
change
String
"changeIncludedInStatistics"
previousValue
Boolean

Value before the change.

nextValue
Boolean

Value after the change.

Set Author Name

Change triggered by the Set Author Name update action.
type
String
"SetAuthorNameChange"
change
String
"setAuthorName"
previousValue
String

Value before the change.

nextValue
String

Value after the change.

Set Custom Field

Change triggered by the following update actions:

type
String
"SetCustomFieldChange"
change
String
"setCustomField"
previousValue
Any

Value before the change.

nextValue
Any

Value after the change.

name
String
Name of the Custom Field.
customTypeId
String
id of the referenced Type.

Set Custom Type

Change triggered by the following update actions:

type
String
"SetCustomTypeChange"
change
String
"setCustomType"
previousValue

Value before the change.

nextValue

Value after the change.

Set Customer

Change triggered by the following update actions:

type
String
"SetCustomerChange"
change
String
"setCustomer"
previousValue

Value before the change.

nextValue

Value after the change.

Set Key

Change triggered by the following update actions:

type
String
"SetKeyChange"
change
String
"setKey"
previousValue
String

Value before the change.

nextValue
String

Value after the change.

Set Locale

Change triggered by the following update actions:

type
String
"SetLocaleChange"
change
String
"setLocale"
previousValue

Value before the change.

nextValue

Value after the change.

Set Rating

Change triggered by the Set Rating update action.
type
String
"SetRatingChange"
change
String
"setRating"
previousValue
Int

Value before the change.

nextValue
Int

Value after the change.

Set Target

Change triggered by the Set Target update action.
type
String
"SetTargetChange"
change
String
"setTarget"
previousValue

Value before the change.

nextValue

Value after the change.

Set Text

Change triggered by the Set Text update action.
type
String
"SetTextChange"
change
String
"setText"
previousValue
String

Value before the change.

nextValue
String

Value after the change.

Set Title

Change triggered by the following update actions:

type
String
"SetTitleChange"
change
String
"setTitle"
previousValue
String

Value before the change.

nextValue
String

Value after the change.

Transition State

Change triggered by the following update actions:

type
String
"TransitionStateChange"
change
String
"transitionState"
previousValue

Value before the change.

nextValue

Value after the change.