SyncEntityHistoryRowDto
One change applied to (or attempted on) an entity across all sync requests.
Поля
| Поле | Тип | Обязательное | Описание |
|---|---|---|---|
requestId | number | да | Id of the sync request the change belongs to. |
requestKind | string | да | Flow of the request: "Import" or "Sync". |
requestCreateDateTime | string | да | ISO-8601 UTC timestamp the request was created. |
propertyName | string | null | нет | — |
beforeValue | string | null | нет | — |
afterValue | string | null | нет | — |
sourceSide | SyncSideDto | да | — |
status | SyncChangeStatusDto | да | — |
errorMessage | string | null | нет | — |
mondayItemId | string | null | нет | — |
mondayItemUrl | string | 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://..."
}