Subjects (v1)

List schemas referencing a schema

Retrieves the IDs of schemas that reference the specified schema.

get/subjects/{subject}/versions/{version}/referencedby

Path parameters

subjectstring required

Name of the subject

versionstring required

Version of the schema to be returned. Valid values for versionId are between [1,2^31-1] or the string "latest". "latest" returns the last registered schema under the specified subject. Note that there may be a new latest schema that gets registered right after this request is served.

Query parameters

offsetinteger

Pagination offset for results

limitinteger

Pagination size for results. Ignored if negative

Response

List of IDs for schemas that reference the specified schema.

Changes

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