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). |