getSchemaVersions

The getSchemaVersions service retrieves all schema version numbers for a specific subject from the schema registry.

Input Parameters

subject (String, required) The name of the subject whose schema versions you want to retrieve.
$connectionName (String, required) Name of the Kafka connection configured with the Confluent Schema Registry.

Output Parameters

versions (Integer list, required) Array of schema version numbers available for the specified subject.
message (String, required) The response message returned after the service execution.