POST api/SmartOperateMaintenance/GetIntelligenceOperationsTaskList

获取智能运维分页列表(web,app)

Request Information

URI Parameters

None.

Body Parameters

根据条件获取数据

GetIntelligenceOperationsTaskResultModels
NameDescriptionTypeAdditional information
page_index

当前页

integer

None.

page_size

显示条数

integer

None.

status

传入状态

integer

None.

starttime

开始时间

date

None.

endtime

结束时间

date

None.

powerstationid

电站Id

string

None.

user_id

用户Id(运维人员user_id)

string

None.

id

任务单id

string

None.

action

查询类型(action="web"代表web端查询)

string

None.

adcode

地区代码

string

None.

Request Formats

application/json, text/json

Sample:
{
  "page_index": 1,
  "page_size": 2,
  "status": 3,
  "starttime": "2025-05-15 20:26:55",
  "endtime": "2025-05-15 20:26:55",
  "powerstationid": "sample string 6",
  "user_id": "sample string 7",
  "id": "sample string 8",
  "action": "sample string 9",
  "adcode": "sample string 10"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

返回Json数据集合 Data 数据集合、UnfinishedCount 未成功数量、FinishedCount 已成功数量、UnOrderReceiving 未接单数量、RecordCount 总记录条数、PageCount 总页数 id 任务单标识、status 任务单状态、task_no 任务单编号、tasktype 任务单类型、 powerstation_id 电站标识、remark 备注信息、info 任务信息、 cancel_reason 取消原因、type 反馈错误类型、 other_type 反馈错误其他类型、 analysis 原因分期、solution 解决方案、powerstations_name 电站名称、 error_info_cn 错误信息中文、error_desc 错误详细、create_time 创建时间、 update_time 更新时间、 user_nickname 运维人员\

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.