Authorization: ********************{
"page": 0,
"pageSize": 0,
"sort": "string",
"order": "string",
"mutSort": "string",
"maxTimeMs": 0,
"noCountWhenNotFirstPage": true,
"download": true,
"taskId": 0,
"sessionId": "string",
"sessionTaskUniqueId": "string",
"startTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z"
}curl --location '调用域名请咨询客服/api/openapi/session/v1/task/list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"page": 0,
"pageSize": 0,
"sort": "string",
"order": "string",
"mutSort": "string",
"maxTimeMs": 0,
"noCountWhenNotFirstPage": true,
"download": true,
"taskId": 0,
"sessionId": "string",
"sessionTaskUniqueId": "string",
"startTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z"
}'{
"statusCode": 0,
"data": {
"pageIndex": 0,
"pageSize": 0,
"totalCount": 0,
"totalPages": 0,
"items": [
{
"taskId": "string",
"tenantId": "string",
"addTime": "2019-08-24T14:15:22.123Z",
"cus_UniqueId": "string",
"cus_Appellation": "string",
"session_Id": "string",
"session_Name": "string",
"session_StartTime": "2019-08-24T14:15:22.123Z",
"session_EndTime": "2019-08-24T14:15:22.123Z",
"session_MaterialId": "string",
"session_Dutation": 0,
"session_Link_Title": "string",
"session_Link_Url": "string",
"session_Link_Desc": "string",
"session_Link_Cover": "string"
}
],
"hasPrevPages": true,
"hasNextPages": true,
"total": 0,
"summary": null,
"extra": null,
"time": 0,
"emptyMsg": "string",
"downloadUrl": "string"
},
"succeeded": true,
"errors": null,
"extras": null,
"timestamp": 0
}