How can I expose in a rest controller only some resources of the Camunda rest API?

Hello everyone, I have raised the need to expose in a @RestController only some methods of the Camunda REST API, before addressing it I would like to ask you if this is possible?

In advance thank you very much for your attention.

1 Like

Please, any advice?

Hi Hector,
Right, so you have two options. Some users will create a wrapper around the REST APIs which limit the available functionality. Since Camunda REST APIs are wrappers on the Java APIs the other option is to write your own REST APIs which then use the Java APIs.

Joe

1 Like