历史任务详情(历史)
# 任务详情
### 路径
| | |
| ------ | -------------------------------- |
| url | [api/taskHistory/detail/{taskHistoryId}] |
| method | GET |
### 参数
| name | type | 是否必要 | 描述 |
| ------------------ | ------- | --------- | ---------------------- | ------------- |
| taskHistoryId| String| Y | 任务历史ID |
### 传参示例
```javascript
{
"orgId":"1",
"assignTask":false,
"isCreator":true,
"taskHistoryId":"00ca8e6dab3336b0852f04f541d450de"
}
```
### 返回示例
```javascript
{
"success": true,
"data": {
"taskId": "d41c58e998a53cacb8bfcc8cb4c99a35",
"taskHistoryId": "00ca8e6dab3336b0852f04f541d450de",
"orgId": 1,
"orgName": "中央维稳指导局",
"orgLevelId": 1,
"orgLevelInternalId": 60,
"executorLevelId": 109,
"executorLevelInternalId": 60,
"count": 1,
"completedCount": 0,
"readCount": 0,
"replyStatus": 4011,
"assignStatus": 0
},
"errorCode": "",
"msg": ""
}
```