GridRequestParams
TheGridRequestParams model is used for querying grid data with filtering and pagination capabilities.
Query Parameters
Filter type for date-based queries. Valid values:
1- PreviousDay: Previous day2- PreviousMonth: Previous month3- CurrentMonth: Current month4- LastYear: Previous year5- FullMonthByYear: Specific month and year (requires Month and Year parameters)6- Custom: Custom date range7- AllRecords: All records without date filtering
Specific month to search. Valid range: 1-12. Required when TypeFilter is set to 5 (FullMonthByYear).
Specific year to search. Valid values from previous year onwards. Required when TypeFilter is set to 5 (FullMonthByYear).
Page number for pagination. Starts at 1.
Number of records to retrieve per page. Controls the page size for pagination.