get
Service
@GetMapping(path = "/{" + SERVICE_IDENTIFIER_KEY + "}"
)
Endpoint used to get an existing service of a host
Return
the response as T
Parameters
sessionId
The identifier of the session
hostId
The identifier of the host
serviceId
The identifier of the service
language
The language of the user who sent the request
<T>
the type of the response