criteriaField | String Optional. Filter to limit the list of returned values. Use the following format: field1=value1, value2, ... , valueN For example, if you have set a filter field countryCode and want to return only the names and IDs of process models for which countryCode is es, use the filter, countryCode=es To return the names and IDs of process models for which the countryCode is es or fr, use the filter, countryCode=es, fr To use multiple filter fields, specify and between the fields/values. For example, to return names and IDs of process models for which the countryCode is es or fr and the department is AP, use the following filter, countryCode=es, fr and department=AP |
modelNames | Document List List of the retrieved model names and IDs. The following fields are returned for each process model. PROCESSKEYDECODE String The name of the process model. PROCESSLABEL String The name of the process model. PROCESSKEY String The model ID for the process. PROCESSPATH String The directory path to the folder where the process file in is stored. |
message | String Error that occurred during the execution of this service if this service encountered an error. |