Skip to content

GetSyncEntityHistoryRequestDto

← Monday DTO

Pagination and filters for the per-entity sync history.

Поля

ПолеТипОбязательноеОписание
entityType"Worker" | "Client"даEntity type the history belongs to.
businessEntityIdnumber | nullнетId of the entity in Business (DAF). Provide this or mondayItemId.
mondayItemIdstring | nullнетId of the Monday item. Provide this or businessEntityId.
pagenumberда
rowsPerPagenumberда

Пример

json
{
  "entityType": "<\"Worker\" | \"Client\">",
  "businessEntityId": 0,
  "mondayItemId": "uuid",
  "page": 0,
  "rowsPerPage": 0
}