getSubjectVersionPairs

The getSubjectVersionPairs service lists all subject-version pairs associated with a specific schema ID, allowing you to identify where a schema is used across different subjects.

Input Parameters

id (Integer, required) The unique identifier of the schema for which to retrieve subject-version pairs.
$connectionName (String, required) Name of the Kafka connection configured with the Confluent Schema Registry.

Output Parameters

subjectVersion (Record list, required) Array of subject-version pairs, each containing:
  subject (String, required) The subject name where the schema is registered.
  version (Integer, required) The version number of the schema under that subject.
message (String, required) The response message returned after the service execution.