Skip to content

StaleDiffDto

← Monday DTO

Diff between the data the sync model was built on and the current CRM state — explains why a request became Stale.

Поля

ПолеТипОбязательноеОписание
totalWorkersChangednumberда
totalClientsChangednumberда
truncatedbooleanдаTrue when the workers/clients lists were cut off and do not contain every changed entity.
workersStaleDiffEntryDto[]да
clientsStaleDiffEntryDto[]да

Пример

json
{
  "totalWorkersChanged": 0,
  "totalClientsChanged": 0,
  "truncated": false,
  "workers": [],
  "clients": []
}