filtering.field | string or null Field to filter by (optional)
|
filtering.operator | string Operator used for filtering (optional) Options: - eq
- neq
- lt
- lte
- gt
- gte
- startswith
- endswith
- contains
- doesnotcon
- isnull
Enum: "eq" "neq" "lt" "lte" "gt" "gte" "startswith" "endswith" "contains" "doesnotcon" "isnull" |
filtering.value | string or null Value to filter by (optional)
|
sorting.direction | string Set the sorting direction Options:
Enum: "asc" "desc" |
sorting.field | |
take | integer <int32> Default: 50 Format - int32. The maximum number of fields to return Default: 50
|
skip | integer <int32> Default: 0 Format - int32. Default: 0
|
search | |
fieldCategory | string or null Enum: "Custom" "Lawvu" |