toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.crm.web
/
CrmController
/
getContact
get
Contact
@
GetMapping
(
value
=
[
"/contacts/{id}"
]
)
fun
getContact
(
@
PathVariable
id
:
String
)
:
ContactResponse
(
source
)