Schemas (v1)

List subjects associated to schema ID

Retrieves all the subjects associated with a particular schema ID.

get/schemas/ids/{id}/subjects

Path parameters

idinteger required

Globally unique identifier of the schema

Query parameters

subjectstring

Filters results by the respective subject

formatstring

Desired output format, dependent on schema type. For AVRO schemas, valid values are: " " (default) or "resolved". For PROTOBUF schemas, valid values are: " " (default), "ignore_extensions", or "serialized" (The parameter does not apply to JSON schemas.)

deletedboolean

Whether to include subjects where the schema was deleted

offsetinteger

Pagination offset for results

limitinteger

Pagination size for results. Ignored if negative

Response

List of subjects matching the specified parameters.

Changes

No recorded changes to this endpoint across all 1 revision of this API.