Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | For Developers | Optimize REST Services API | Process Analytics REST API Services | Stage Instances | Input Parameters
 
Input Parameters
The following table describes the input parameters.
processmodelId
String. The external process model identifier of the process. This attribute is required.
stageIds
The stage IDs, as comma separated. strings. This attribute is required.
startTime
Integer or String. The query start time (Java long or ISO 8601). This attribute is required.
endTime
Integer or String. The query end time (Java long or ISO 8601). This attribute is required.
status
String. Specifies the stage instance status. Valid values are "RUNNING", "COMPLETE", “INCOMPLETE”. This attribute is no required (defaults to “ALL”).
maxResults
Integer. Specifies the maximum number of results. If unlimited results are returned, use 0 or negative number. This parameter is not required (defaults to 5000).