get
@GetMapping(path = ["/{id}" ], produces = ["application/json" ] )
Default implementation for getting an entity with given id
Return
DTO of the entity with given id
Parameters
id
Id of the entity
path Variables
Path variables of the request
request
HTTP request