Skip to content

SyncEntityHistoryRowDto

← Monday DTO

One change applied to (or attempted on) an entity across all sync requests.

Поля

ПолеТипОбязательноеОписание
requestIdnumberдаId of the sync request the change belongs to.
requestKindstringдаFlow of the request: "Import" or "Sync".
requestCreateDateTimestringдаISO-8601 UTC timestamp the request was created.
propertyNamestring | nullнет
beforeValuestring | nullнет
afterValuestring | nullнет
sourceSideSyncSideDtoда
statusSyncChangeStatusDtoда
errorMessagestring | nullнет
mondayItemIdstring | nullнет
mondayItemUrlstring | nullнет

Пример

json
{
  "requestId": 0,
  "requestKind": "string",
  "requestCreateDateTime": "2026-05-05T08:00:00Z",
  "propertyName": "string",
  "beforeValue": "string",
  "afterValue": "string",
  "sourceSide": "<SyncSideDto>",
  "status": "<SyncChangeStatusDto>",
  "errorMessage": "string",
  "mondayItemId": "uuid",
  "mondayItemUrl": "https://..."
}