cau chat

PHOTO EMBED

Fri Aug 25 2023 07:41:01 GMT+0000 (Coordinated Universal Time)

Saved by @manhmd #java

curl --location --request GET 'http://192.168.101.42:9200/vbot_dialogs/_search' \
--header 'Content-Type: application/json' \
--data '{
    "query": {
        "bool": {
            "must": {
                "range": {
                    "begin_time": {
                        "gte": 1670778000000,
                        "lte": 1670864399000
                    }
                }
            },
            "filter": {
                "term": {
                    "bot_id": "614a99a0bf9aad37211d94c2"
                }
            }
        }
    }
}'
content_copyCOPY