Service method queries and updates

The REST API can be used to call methods that are exposed by application services.

Methods that are exposed by application services are typically marked with the Java Specification Request (JSR) 181 @WebMethod annotation, which exposes them as web service methods. The REST API provides a resource-oriented view into these service methods.

The service methods are in the following categories:


Feedback