This set of resources is used to expose the animal photos.
Table 7 Animal photo resources
URI Description | Method | Relative URI |
Get by ID | GET | /api/v{version}/animalPhotos/{id} |
Get by animal ID | GET | /api/v{version}/animalPhotos/?animalId={id} |
Get by animal ID and default | GET | /api/v{version}/animalPhotos/?animalId={id}&isDefault=true |
Figure 5 A sample JSON return of an animal photo
{ "Id": 1, "Animal": "/api/v1/animals/1", "Photo": "/photos/animal/e2dket32dsdy.jpg", "IsDefault": true}