Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

 

 

Code Block
languagejs
titleA sample JSON return of an animal photo

...

linenumberstrue
{
    "Id": 1,

...


    "Animal": "/api/v1/animals/1",

...


    "Photo": "/photos/animal/e2dket32dsdy.jpg",

...


    "IsDefault": true
}