List versions under subject
GET/schema-registry/api/subjects/:subject/versions
Retrieves a list of versions registered under the specified subject.
Request
Responses
- 200
- 404
- 500
List of version numbers matching the specified parameters.
Not Found. Error code 40401 indicates subject not found.
Internal Server Error. Error code 50001 indicates a failure in the backend data store.