See historic instance variable values in REST

Hello everyone !

I had a look on this topic Process variable history
So it seems it requires pro version to see historic variables values in a graphical way. I am trying to achieve this by REST to see what were the final values when process finished from my REST client (postman).

Is there a way to do it ?

Thank you

Hi @pvermeil,

you can get the historic variable instances via REST: /history/variable-instance

This gets the latest variable values.

Best regards,
Philipp