You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to build a URL - like the one used in the "Share" link - that performs a search on the user_from field?
I tried replacing callid with user_from (also data_header.user_from), but it didn't work for me. In the POST request body, i see that the "search" parameter is sent with an empty value.
Hi,
Is it possible to build a URL - like the one used in the "Share" link - that performs a search on the user_from field?
I tried replacing callid with user_from (also data_header.user_from), but it didn't work for me. In the POST request body, i see that the "search" parameter is sent with an empty value.
I tried:
http://localhost:9080/search/result?{"timestamp":{"from":1743857605187,"to":1743858205187},"param":{"search":{"1_call":{"user_from":"123123"}},"location":{},"transaction":{"call":true,"registration":false,"rest":false},"id":{},"timezone":{"value":-180,"name":"Local"}}}=
But it just returns all logs, as if my user_from filter wasn't applied, maybe i am missing something ?
The text was updated successfully, but these errors were encountered: