操作记录列表¶
GET /api/v1/error_track/{issue_id}/operate_record/list
概述¶
路由参数¶
| 参数名 | 类型 | 必选 | 说明 |
|---|---|---|---|
| issue_id | string | Y | issueUUID |
Query 请求参数¶
| 参数名 | 类型 | 必选 | 说明 |
|---|---|---|---|
| pageSize | integer | 每页返回数量 允许为空: False 例子: 10 |
|
| pageIndex | integer | 页码 允许为空: False 例子: 1 |
参数补充说明¶
请求例子¶
curl 'https://openapi.guance.com/api/v1/error_track/<issue_id>/operate_record/list' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed
响应¶
{
"code": 200,
"content": {
"data": [
{
"workspaceUUID": "wksp_84c4a0044edc4f878ea88e4517659bda",
"issueUUID": "isset_95f37a50926845c797ed5ceede14eff2",
"issueID": "f8ff39d2b020aa185213e2d364badc8c",
"content": "触发了新的 Issue",
"extend": {
"operator": "Obsy",
"operate_type": "new_issue",
"operator_info": {
"uuid": "Obsy",
"status": 0,
"name": "Obsy",
"wsAccountStatus": 0,
"username": "Obsy",
"email": "Obsy",
"mobile": ""
}
},
"id": 3073,
"uuid": "issetoper_7f741d7a7dda43d5bfc0b07796b5b752",
"status": 0,
"creator": "Obsy",
"updator": "",
"createAt": 1772777360,
"deleteAt": -1,
"updateAt": -1,
"creatorInfo": {
"uuid": "Obsy",
"status": 0,
"name": "Obsy",
"wsAccountStatus": 0,
"username": "Obsy",
"email": "Obsy",
"mobile": ""
},
"updatorInfo": {}
}
],
"pageInfo": {
"pageIndex": 1,
"pageSize": 20,
"count": 1,
"totalCount": 1
}
},
"errorCode": "",
"message": "",
"success": true,
"traceId": "47084d45373da5984d32773765440ddf"
}