Hi,
I am trying to send a GET request to filter out any requests with an "Open" status.
input_data={"list_info":{"row_count":100,"search_criteria":{"field":"status","condition":"is","value": {"name":"Open"}}}}

However, I get no results as intended. Because it seems like the value field embeds the "name" field and "Open" together as a string value as shown below.

I believe that it should be something like this instead:

Is there something wrong with my GET request query?
Thanks in advance