Get the compatibility level for a subject.

GET /config/{subject}

Path parameters

  • subject string Required

Query parameters

  • defaultToGlobal boolean

Responses

GET /config/{subject}
curl \
 --request GET 'http://localhost:8081/config/{subject}'
Response examples (200)
{
  "compatibilityLevel": "string"
}
Response examples (200)
{
  "compatibilityLevel": "string"
}
Response examples (200)
{
  "compatibilityLevel": "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"
}