listComments

Grants permissions to list and view comments for a designated case.

Samples


fun main() { 
   //sampleStart 
   // Invoke ListComments
val resp = securityIrClient.listComments {
    caseId = "8403556009"
} 
   //sampleEnd
}