Custom endpoint in HAL style

Hello again,
this time I’m going to create my own endpoint in HAL style. I really like the way Camunda REST API is responding to my requests. Is it possible to “extend” the REST API application?

Thanks!

Hi @dikey94,

Maybe this documentation on how to embed the REST API can help you further.
Also see the Maven Module of the REST-API on GitHub.
There you can find the HAL package and investigate how it is being used.

Cheers,
Christian