Get selected variable from history/historic-process-instances

Rest API response from http://localhost:proxy-bpm/history/historic-process-instances?&processDefinitionKey=somekeyp&start=1200&size=5&order=desc&sort=endTime&includeProcessVariables=true

give all variables of the process. Is there a way to get only the specific variable value?

If you know the process instance id you can GET:
/history/historic-process-instances/{processInstanceId}/variables/{variableName}/data

1 Like