获取过滤器下的工单
POST
https://qiyukf.com/openapi/v2/ticket/list
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://qiyukf.com/openapi/v2/ticket/list?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"staffId":12345,
"filterId":123,
"limit":3,
"offset":0,
"sortBy": "ct",
"order":"asc"
}'
响应示例响应示例
{
"code": 200,
"message": {
"total": 100,
"tickets": [
{
"id": 123,
"staffId": 123456,
"templateId": 12345,
"userName": "大门",
"userEmail": "a@b.c",
"userMobile": "18668686868",
"typeId": 11,
"priority": 1,
"groupId": 12345,
"title": "退货",
"follower": [
"1111",
"1112"
],
"content": "太好了",
"status": 5,
"properties": "{}",
"createTime": 1498736257082
}
]
}
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
time
string
必需
默认值:
{{time}}
checksum
string
必需
默认值:
{{checksum}}
Body 参数application/json