Versions Compared

Key

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

This set of resources is used to expose the animal statuses.

 
Table 6 Animal status resources

URI Description

Method

Relative URI

Get all

GET

/api/v{version}/animalStatuses

Get by ID

GET

/api/v{version}/animalStatuses/{id}

...

 

 

Code Block
languagejs
titleSample JSON return of an animal status
linenumbers

...

true
{
    "Id": 1,

...


    "Descriptor": "Lost"
}