-
-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
In web interface I specify limit value without any additional filter key, the Heplify server returns data.
But if I add a second filter param, then the Heplify server returns an empty response.
Example request with returns an empty response
{
"config": {
"protocol_id": {
"name": "SIP",
"value": 1
},
"protocol_profile": {
"name": "call",
"value": "call"
},
"searchbutton": false,
"title": "CALL 2 SIP SEARCH"
},
"param": {
"transaction": {},
"limit": 200,
"orlogic": false,
"search": {
"1_call": [
{
"name": "limit",
"value": "20",
"func": null,
"type": "integer",
"hepid": 1
},
{
"name": "data_header.method",
"value": "INVITE",
"func": null,
"type": "string",
"hepid": 1
}
]
},
"location": {},
"timezone": {
"value": -180,
"name": "Local"
}
},
"timestamp": {
"from": 1761469196000,
"to": 1761555596000
}
}Metadata
Metadata
Assignees
Labels
No labels