- api/Lookup – Service for retrieving breeds, species, and appointment types. Root route: api/Lookup
- api/Lookup/ActiveBreeds – Get active breeds
- api/Lookup/ActiveSpecies – Get active species
- api/Lookup/AllAppointmentReasons – Get all appointment reasons
- api/Lookup/AllAppointmentTypes – Get all appointment types
- api/Lookup/AllBreeds – Get all breeds Response code will be 200-Ok, 400-Bad request(validation fails on request parameters), 404-Not found, 500-Server error.
- api/Lookup/AllSpecies – Get all speices Response code will be 200-Ok, 400-Bad request(validation fails on request parameters), 404-Not found, 500-Server error.
- api/Lookup/AppointmentReason/{id} – Get an appointment reason by ID
- api/Lookup/AppointmentType/{id} – Get an appointment type by ID
- api/Lookup/Breed/{id} – Get breed by integer ID
- api/Lookup/Species/{id} – Get species by integer ID