Retrieve a list of subjects associated with some schema ID.

GET /schemas/ids/{id}/subjects

Path parameters

  • id integer Required

Query parameters

  • deleted boolean
  • subject string

    Qualified subject to scope the lookup. Use :.: for context-only lookup, or :.: to also verify the schema is associated with that subject. Defaults to searching the default context if unspecified.

Responses

GET /schemas/ids/{id}/subjects
curl \
 --request GET 'http://localhost:8081/schemas/ids/{id}/subjects'
Response examples (200)
[
  "string"
]
Response examples (200)
[
  "string"
]
Response examples (200)
[
  "string"
]
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"
}