本文档由 江苏华文数字技术有限公司 提供,团队为客户及开发人员提供成品接口和源码服务,帮助客户快速实现U8与异构系统的集成应用.
Authorization: ********************{
"page": 0,
"pageSize": 0,
"field": "string",
"order": "string",
"descStr": "string"
}curl --location --request POST 'https://localhost:44342/u8api/logging/getlist' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"pageSize": 0,
"field": "string",
"order": "string",
"descStr": "string"
}'{
"statusCode": 0,
"data": {
"page": 0,
"pageSize": 0,
"total": 0,
"totalPages": 0,
"items": [
{
"id": 0,
"level": "string",
"logType": "string",
"message": "string",
"requestUrl": "string",
"requestMethod": "string",
"requestParameters": "string",
"responseStatusCode": "string",
"responseData": "string",
"context": "string",
"logName": "string",
"threadId": 0,
"timestamp": "2019-08-24T14:15:22.123Z"
}
],
"hasPrevPage": true,
"hasNextPage": true
},
"succeeded": true,
"errors": null,
"extras": null,
"timestamp": 0
}
扫码加入 用友U8API 微信交流群
提供咨询服务,U8接口订制及源代码服务

扫码加入交流群