{
"company": "Chat_test",
"condition": [
{
"channel": "WhatsApp",
"channel_id": [
"6285211416775"
]
}
],
"seat_id": "",
"status": "closed",
"last_call_id": "",
"size": 20
}
curl --location --request POST 'https://api.airudder.com/api/v1/session/list' \
--header 'X-AIRudder-Sign;' \
--header 'X-AIRudder-Sign-Key: 95721c4a78688b356a0a4eed25a76980' \
--header 'Content-Type: application/json' \
--data-raw '{
"company": "Chat_test",
"condition": [
{
"channel": "WhatsApp",
"channel_id": [
"6285211416775"
]
}
],
"seat_id": "",
"status": "closed",
"last_call_id": "",
"size": 20
}'
{
"request_id": "",
"code": 200,
"message": "success",
"data": [
{
"call_id": "",
"channel": "",
"channel_id": "",
"user": {
"id": "",
"name": ""
},
"trans_time": 1717479145,
"agent_replied": true,
"is_read": false,
"status": "closed",
"last_msg": {
"msg_id": "",
"seat_id": "",
"timestamp": 1234567890,
"sender_type": "",
"content": {
"type": "text",
"text": "hi",
"media": {
"origin_url": "",
"caption": "",
"name": ""
},
"location": {
"name": "my location",
"address": "1-6-1 Yotsuya, Shinjuku-ku, Tokyo, 160-0004, Japan",
"link": "",
"latitude": 35.687574,
"longitude": 139.72922
},
"contacts": [
{
"name": "",
"phone_number": ""
}
],
"reply": {
"reply_msg_id": "1f74d652ecd58037e460b212f6be749c",
"type": "template",
"wa_template": {
"id": 1,
"name": "get_template_example",
"language": "en"
},
"button_reply": {
"id": "c1e7cf2229fdc2329780efec94cb20fc-2-0-button-0-",
"title": "1:国内业务"
},
"list_reply": {
"id": "c1e7cf2229fdc2329780efec94cb20fc-2-0-button-0-",
"title": "1:国内业务"
}
}
}
}
}
]
}