ProcessRunStatistics
Returns statistical information regarding process runs.
Request
| URL |
https://cap.crainwalnut.com/api/traceability/processrunstatistics |
| Method |
GET |
Parameters
| Name |
Data Type |
Description |
| processKey |
Integer |
Designates a limiting factor for the returned collection. Only statistics for ProcessRun objects whose Process is the specified Process will be included |
| <none> |
DateRange |
Designates a limiting factor for the returned collection. Only statistics for ProcessRun objects whose Date is within the specified DateRange will be included |
Returns
An array of objects of anonymous type with the following definition
| Name |
Data Type |
Description |
| Run |
ProcessRun |
Refer to data type’s documentation for further information |
| InputCount |
Integer |
Total count of associated inputs |
| OutputCount |
Integer |
Total count of associated outputs |