Katalon REST Service with query parameter date with blank value is not giving response.
1 . Katalon is giving response with valid date value in ‘yyyy-mm-dd’ in string format. But with blank value its giving error.
2. Katalon is giving response for other query parameters which are of string type in the backend, for both cases, like with and without values
3. Other Tools like Insnomia and Postman will work for the all query parameter combinations
3a- valid value and blank value in string format ‘yyyy-mm-dd’ for a field which is of date type in BE code
3b- valid value and blank value in string field which is of String type in BE code
Note: These values are used in a query to fetch matched row.