Plentymarkets interface documentation

History

Models

DataHistory

The data history model

Namespace

Plenty\Modules\Data\History\Models

Properties
Name Type Description

referenceType

string

The data type that changed (for example 'contact')

referenceId

int

The id of data that changed

userId

int

The id of the user that invoked the change

userName

string

The name of the user that invoked the change

reference

string

The reference of the data

uuid

string

The unique identifier of the data history item

dataChangeList

Collection

createdAt

string

updatedAt

string

ttl

string

Methods
public toArray()

Returns this model as an array.