getCase
Returns the attributes of a case.
Samples
fun main() {
//sampleStart
// Invoke GetCase
val resp = securityIrClient.getCase {
caseId = "8403556009"
}
//sampleEnd
}
Returns the attributes of a case.
fun main() {
//sampleStart
// Invoke GetCase
val resp = securityIrClient.getCase {
caseId = "8403556009"
}
//sampleEnd
}