0

Suppose there is some data which I want to pass through the rest snap and in the query parameter I have given filter and in query parameter value I want to pass a hardcoded value. For example, "name .eq ", then what?

How can I give a hardcoded value in this filter option?

Bilesh Ganguly
  • 3,792
  • 3
  • 36
  • 58

1 Answers1

0

You can pass hard-coded values as it is. Refer to the following screenshot.

enter image description here

Just don't click on the expression button (the button with = on it) and you should be good.

Bilesh Ganguly
  • 3,792
  • 3
  • 36
  • 58