| Name | Type | Description | Notes |
|---|---|---|---|
| lt | LocalDate | filter by dates less than this date | [optional] |
| gt | LocalDate | filter by dates greater than this date | [optional] |
| lte | LocalDate | filter by dates less than or equal to this date | [optional] |
| gte | LocalDate | filter by dates greater than or equal to this date | [optional] |