GET api/BPMAPI/GetFlowInstanceMonitorList?flowTemplateGID={flowTemplateGID}&status={status}&applicantGID={applicantGID}&startDate={startDate}&endDate={endDate}
流程监控列表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
flowTemplateGID | string |
Required |
|
status | string |
Required |
|
applicantGID | string |
Required |
|
startDate | string |
Required |
|
endDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
流程监控列表
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>