GetSyncEntityHistoryRequestDto
Pagination and filters for the per-entity sync history.
Поля
| Поле | Тип | Обязательное | Описание |
|---|---|---|---|
entityType | "Worker" | "Client" | да | Entity type the history belongs to. |
businessEntityId | number | null | нет | Id of the entity in Business (DAF). Provide this or mondayItemId. |
mondayItemId | string | null | нет | Id of the Monday item. Provide this or businessEntityId. |
page | number | да | — |
rowsPerPage | number | да | — |
Пример
json
{
"entityType": "<\"Worker\" | \"Client\">",
"businessEntityId": 0,
"mondayItemId": "uuid",
"page": 0,
"rowsPerPage": 0
}