@Jovan_Zoric - unfortunately this isn’t the answer you’re hoping for: with Camunda >= 8.6, the license is no longer free to use in production. You can read more about the license changes at the links below:
If you want to continue in production without a license, you’ll need to use version 8.5 or lower, which will not have the new unified API. That would leave a couple options:
- Even though the REST API you linked is archived, you could forked it and update it. I’m sure there are others who would appreciate an updated version and may contribute.
- Look into using a custom exporter that provides the data in a slightly different format that is easier for your application to consume. You can model it after the Elasticsearch exporter.
- Continue as you are today.
If you’re interested in learning what the license would look like for your use case, I can help get you in touch with someone!