remote
Returns data based upon filtered json
post/search/remote/data
Request body
Example request
{
"param": {
"limit": 100,
"search": "{type=\"call\"}",
"server": "http://localhost:3100"
}
}Response
RemoteResponseData
Example response
{
"Data": [
{
"custom_2": "{\"duration\":\"0\",\"from_user\":\"1201\",\"ruri_user\":\"102110112384797001\",status\":\"8\",\"type\":\"call\"}",
"id": 1,
"micro_ts": 1634081796154
}
]
}