getSchemaVersion

Gets a schema version with the provided information.

Samples

// GetSchemaVersion happy path for an example schema version.
val resp = iotManagedIntegrationsClient.getSchemaVersion {
    schemaVersionedId = "matter.ColorControl@1.4"
    type = SchemaVersionType.fromValue("capability")
}
// GetSchemaVersion happy path for an example schema version.
val resp = iotManagedIntegrationsClient.getSchemaVersion {
    schemaVersionedId = "matter.ColorControl@1.4"
    type = SchemaVersionType.fromValue("capability")
    format = SchemaVersionFormat.fromValue("ZCL")
}