{
"seq":0,
"limit":1000
}curl --location '/api/v3/app/recordList' \
--header 'appId: {{appId}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data '{
"seq":0,
"limit":1000
}'{
"nextSeq":213213432,
"data":[
{
"id": 213213432,
"callType": 3,
"answerType":3,
"customerName": "张三",
"department":"测试部门,测试部门2",
"duration": 40,
"operaterName": "李四",
"operaterSalesId": "lisi",
"startTime":"2026-07-29 12:00:00"
},
{
"id": 213213433,
"callType": 3,
"answerType":2,
"customerName": "李四",
"department":"测试部门,测试部门2",
"duration": 40,
"operaterName": "张三",
"operaterSalesId": "zhangsan",
"startTime":"2026-07-29 12:00:00"
}
]
}