Versions Compared

Key

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

This set of resources is used to expose the animal eye colours.

 
Table 11 Animal eye colour resources

URI Description

Method

Relative URI

Get all

GET

/api/v{version}/animalEyeColours

Get by ID

GET

/api/v{version}/animalEyeColours/{id}

...

 

...

 

Code Block
languagejs
titleA sample JSON return of an animal eye colour
linenumberstrue
{

...


    "Id": 1,

...


    "Descriptor": "Brown"
}