Schemas (v1)
Get schema string by ID
Retrieves the schema string identified by the input ID.
get/schemas/ids/{id}
Path parameters
idinteger required
Globally unique identifier of the schema
Query parameters
subjectstring
Name of the 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.)
Response
The schema string.
Changes
No recorded changes to this endpoint across all 1 revision of this API.