getTermForReport

Get the Term content associated with a single report.

Samples


fun main() { 
   //sampleStart 
   // The GetTermForReport operation is invoked on a reportId and on a optional version. If callers do not
// provide a version, it will default to the report s latest version.
val resp = artifactClient.getTermForReport {
    reportId = "report-abcdef0123456789"
} 
   //sampleEnd
}