Skip to content

GetSyncChangesRequestDto

← Monday DTO

Pagination and filters for the server-side changes table of a sync request.

Поля

ПолеТипОбязательноеОписание
pagenumberда
rowsPerPagenumberда
statusSyncChangeStatusDto | nullнетFilter by change status.
sourceSideSyncSideDto | nullнетFilter by the side the change originates from.
entityTypeSyncEntityTypeDto | nullнетFilter by entity type (Worker/Client).
propertystring | nullнетFilter by target property name.
searchstring | nullнетFree-text search over entity display names.

Пример

json
{
  "page": 0,
  "rowsPerPage": 0,
  "status": "<syncchangestatusdto>",
  "sourceSide": "<syncsidedto>",
  "entityType": "<syncentitytypedto>",
  "property": "string",
  "search": "string"
}