Skip to content

PaginationFilter

← Common DTO

Поля

ПолеТипОбязательноеОписание
availableTFilter[]даThe value universe the counts are computed over. Leave it out to get no counts.
selectedTFilter[] | nullнетThe selection. Absent or empty means every value, so no condition is applied — there is no sentinel for "all". A zero value in the list selects that value like any other. An empty array cannot be expressed in a query string and is sent as "absent", which means the same thing here.

Пример

json
{
  "available": [],
  "selected": []
}