GET api/tablethread/RetrieveSaveTask?taskid={taskid}&removetask={removetask}&includedata={includedata}&dblinkname={dblinkname}
根据taskid任务编号获取任务状态
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
taskid |
任务编号 |
string |
Required |
removetask |
是否移除已经完成或停止的任务 默认 true |
boolean |
Default value is True |
includedata |
是否包含保存后的数据 默认false |
boolean |
Default value is False |
dblinkname |
数据源名称 选填 |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Dictionary of Object [key] and Object [value]Response Formats
application/json, text/json
Sample:
{ "System.Object": {} }