2023 Sep 07 6:02 AM
How to pass range values in the API URL and how to use it in the class level.
2023 Sep 09 12:37 PM
Hello jagadeesh1024,
The easiest way is to create two parameters for the start range and the end range and pass these range variables into the API URL.
e.g: If you need to send date range in the API parameters, then you can use two parameters (Start date and End date)
To use it at the class level, you need to declare two instance variables to store the values of the range parameters and the same can be used to filter the data based on the values received.
--
Regards,
H.V.
2023 Sep 09 12:37 PM
Hello jagadeesh1024,
The easiest way is to create two parameters for the start range and the end range and pass these range variables into the API URL.
e.g: If you need to send date range in the API parameters, then you can use two parameters (Start date and End date)
To use it at the class level, you need to declare two instance variables to store the values of the range parameters and the same can be used to filter the data based on the values received.
--
Regards,
H.V.
2023 Oct 10 9:38 AM