getCase

abstract suspend fun getCase(input: GetCaseRequest): GetCaseResponse

Returns the attributes of a case.

Samples

// Invoke GetCase
val resp = securityIrClient.getCase {
    caseId = "8403556009"
}