Schemas
get/schemas/ids/{id}/versions
Path parameters
idinteger required
The globally unique identifier of the schema.
Query parameters
deletedboolean
Lookup for soft-deleted values.
Response
List of subject-version pairs where the schema is registered.
Example response
[
{
"subject": "test-subject1",
"version": 1
}
]