Get a list of subject-version for the schema ID.

GET /schemas/ids/{id}/versions

Path parameters

  • id integer Required

Responses

GET /schemas/ids/{id}/versions
curl \
 --request GET 'http://localhost:8081/schemas/ids/{id}/versions'
Response examples (200)
[
  {
    "subject": "string",
    "version": 42
  }
]
Response examples (200)
[
  {
    "subject": "string",
    "version": 42
  }
]
Response examples (200)
[
  {
    "subject": "string",
    "version": 42
  }
]
Response examples (404)
{
  "error_code": 42,
  "message": "string"
}
Response examples (404)
{
  "error_code": 42,
  "message": "string"
}
Response examples (404)
{
  "error_code": 42,
  "message": "string"
}
Response examples (500)
{
  "error_code": 42,
  "message": "string"
}
Response examples (500)
{
  "error_code": 42,
  "message": "string"
}
Response examples (500)
{
  "error_code": 42,
  "message": "string"
}