本文档为大众产品接口文档 如需不明确请及时联系客服处理!
curl --location --request GET 'http://prod-cn.your-api-server.com/api/v1/client/ticket/page?clientId¤t_page&page_size'{
"code": 0,
"data": {
"current_page": 1,
"items": [
{
"created_at": "string",
"description": "string",
"last_reply_time": "string",
"reply_type": "client",
"status": "open",
"title": "string",
"uuid": "string"
}
],
"page_size": 1,
"total": 0
},
"message": "string"
}