API: Version 1
This page lists the features implemented in this version of the Test-Glossary service API.
api/v1/healthcheck
Endpoint that returns an OK status response just to give an overall status feedback.
Allowed Methods
GET api/v1/healthcheck
api/v1/terms
Service that concentrate interactions between user and test Terms database.
- returns a paginated list of all registered glossary test Terms;
- allow filtering of specific test Terms, returning a paginated list as well, if any match.
Allowed Methods
GET api/v1/terms
GET api/v1/terms?page=2&terms_per_page=5
GET api/v1/terms/search/{specific-term}
GET api/v1/terms/search/{specific-term}?page=1&terms_per_page=5