toggle menu
modicio
0.3
jvm
switch theme
search in API
modicio
/
modic.io.controller
/
InstanceController
/
getInstance
get
Instance
@
GetMapping
(
value
=
[
"instance"
]
,
produces
=
[
"application/xml"
]
)
fun
getInstance
(
@
RequestParam
(
required
=
true
,
name
=
"fragment_data_id"
)
fragmentDataID
:
Long
,
@
RequestParam
(
required
=
true
,
name
=
"full_type"
)
fullType
:
Boolean
)
:
Fragment
?
TODO doc