Resources
The resources that are part of the Web API can be created, modified and read through HTTP requests.
Every resource has an id
field.
Pets
Pets are the main resource. They are only yours, and as a user, you can't see other users' pets.
Vaccines
Vaccines are visible by all users, but created and modified by administrators. A vaccine is exclusive for a specific pet type.
Though they should be managed by administrators, every user can create and modify them as well, for experimental purposes.
Pet Vaccination
Pet vaccination are entries representing a given moment that a vaccine was applied to a pet. It references a pet, a vaccine and has a timestamp with timezone field.
Last updated