dataos-sdk-kt
jvm
heimdall
/
io.dataos.heimdall.client.apis
/
DataPolicyApi
/
getDecisionWithoutContext
get
Decision
Without
Context
@
GET
(
value
=
"dp/api/v1/policies/decision/{depot}/{collection}/{dataset}"
)
abstract
fun
getDecisionWithoutContext
(
@
Path
(
value
=
"depot"
)
depot
:
String
,
@
Path
(
value
=
"collection"
)
collection
:
String
,
@
Path
(
value
=
"dataset"
)
dataset
:
String
,
@
Header
(
value
=
"dataos-correlation-id"
)
correlationId
:
String
=
UUID.randomUUID().toString()
)
:
Call
<
Decision
>